summaryrefslogtreecommitdiff
path: root/include/linux/raid
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2002-10-08 18:37:24 -0700
committerPatrick Mochel <mochel@osdl.org>2002-10-08 18:37:24 -0700
commitbe48ef9e5c863cdb1296c33fddf8e87849e67068 (patch)
tree803aa8f7b8971141e49c6df6b879839dd5973acb /include/linux/raid
parent9f2f568c623f879193b781bffa20f40136740bbe (diff)
[PATCH] 64-bit sector_t - printk changes and sector_t cleanup
From Peter Chubb printk changes: A sector_t can be either 64 or 32 bits, so cast it to a printable type that is at least as large as 64-bits on all platforms (i.e., cast to unsigned long long and use a %llu format) Transition to 64-bit sector_t: fix isofs_get_blocks by converting the (possibly 64-bit) arg to a long. SCSI 64-bit sector_t cleanup: capacity now stored as sector_t; make sure that the READ_CAPACITY command doesn't sign-extend its returned value; avoid 64-bit division when printing size in MB. Still to do: - 16-byte SCSI commands - Individual scsi drivers.
Diffstat (limited to 'include/linux/raid')
0 files changed, 0 insertions, 0 deletions