Whamcloud - gitweb
badblocks: Change unsigned long to blk_t and unsigned int, as appropriate
authorTheodore Ts'o <tytso@mit.edu>
Mon, 22 Oct 2007 14:09:05 +0000 (10:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 22 Oct 2007 15:55:25 +0000 (11:55 -0400)
commit067a115e4bfcc5153b74219abab2d2989c66715d
tree18eab0d8b60a6fa6a61d81628ba82966ce067cef
parent5b1edf4b2c035ea4fb616b62ab50589d039268da
badblocks: Change unsigned long to blk_t and unsigned int, as appropriate

This will make it easier for us to support 64-bit block numbers when
the time comes.  Not that running badblocks on a > 4TB machine is
anything I want to contemplate!

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/badblocks.c