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 22:05:32 +0000 (18:05 -0400)
commitacd77415a9c0d6279f4effee2a5e59ededc7b2d2
tree0893c2f9a5aace99a9430f35875a8f875195a43b
parente9860ae966c71bca8af8013c7d3148b171c8491f
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