Whamcloud - gitweb
Fix debugfs's dump_unsued commands on filesystems with a 64k blocksize
authorTheodore Ts'o <tytso@mit.edu>
Mon, 29 May 2006 03:42:47 +0000 (23:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 29 May 2006 03:42:47 +0000 (23:42 -0400)
commit2c83031791778d132747b73e76c892a16f4b2da6
treedf90cc3d835374a232d61d3b8e6386f926ace353
parent0cbd172def09a01cd8cc2706b202de7dd1f4b8e8
Fix debugfs's dump_unsued commands on filesystems with a 64k blocksize

Use EXT2_MAX_BLOCK_SIZE instead of a hardcoded blocksize of 32768, since
this will fail on a filesystem with a 64k blocksize.  (Addresses SourceForge
bug #1424311)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/ChangeLog
debugfs/unused.c