Whamcloud - gitweb
e2freefrag: Fix to work correctly for file systems with 1kb block sizes
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Aug 2009 00:09:10 +0000 (20:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Aug 2009 03:21:23 +0000 (23:21 -0400)
commit3e343b8d9af349301a2acd6b4328fb5663deb60c
tree1721f0dff4c48875a707d3fce7b73eddf4e0baef
parentcba91c4b52f9e2fb3afee5513e87d95f9193421a
e2freefrag: Fix to work correctly for file systems with 1kb block sizes

If the file system has a non-zero s_first_data_block, as is the case
when the block size is 1kb, e2freefrag would incorrectly try to
reference invalid data blocks in the block allocation bitmap.

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