Whamcloud - gitweb
e2fsck: Fix handling of non-zero i_blocks_high field
authorTheodore Ts'o <tytso@mit.edu>
Tue, 13 Oct 2009 01:59:37 +0000 (21:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 13 Oct 2009 01:59:37 +0000 (21:59 -0400)
commit8a8f36540bbf5d4397cf476e216e9a720b5c1d8e
tree553d195241d31fe793c12bcbe135090feaa0b856
parent695706ca214d9d04666ee46a48f63f6127154a23
e2fsck: Fix handling of non-zero i_blocks_high field

E2fsck was not properly printing the i_blocks field in filesystem
corruption messages, and it was not properly checking i_blocks_hi and
i_blocks_lo, either.  This commit fixes this.

Thanks to Felipe Conteras for pointing this out.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/message.c
e2fsck/pass1.c