Whamcloud - gitweb
e2fsck: optimize loop counter when fixing bitmap padding
authorKazuya Mio <k-mio@sx.jp.nec.com>
Mon, 6 Jul 2009 08:15:24 +0000 (17:15 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 7 Jul 2009 03:24:18 +0000 (23:24 -0400)
commit01ec1268a57b3cc0689ee17035613bebfaea9f87
tree5c11af5462a7d51fc95867cf375b5683f295b8f6
parentf27aea2fbaf03e5d63a8e3000e616ea3cd4774f8
e2fsck: optimize loop counter when fixing bitmap padding

If unused range of the bitmap has an unmarked bit, check_[inode/block]_end()
marks all bits in the range. However, we know that the checked bits are marked.
So this patch fixes loop counter to mark from the unmarked bit.

Signed-off-by: Kazuya Mio <k-mio@sx.jp.nec.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass5.c