Messages in this thread |  | | From | Peter Chubb <> | Date | Fri, 10 May 2002 19:53:45 +1000 | Subject | Re: [PATCH] remove 2TB block device limit |
| |
>>>>> "Jens" == Jens Axboe <axboe@suse.de> writes:
Jens> On Fri, May 10 2002, Anton Altaparmakov wrote: >> Why not the even dumber one? Forget FMT_SECTOR_T and always use %Lu >> and typecast (unsigned long long)sector_t_variable in the printk.
Jens> I like that better too, it's what I did in the block layer too.
That's exactly what I did in the patch....
Except most places I used u64 not unsigned long long (it's the same thing on all architectures, and much shorter to type).
Peter C - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |