Whamcloud - gitweb
e2fsck: add support for 64-bit extended attribute block refcounting
authorTheodore Ts'o <tytso@mit.edu>
Tue, 3 Dec 2013 04:07:32 +0000 (23:07 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 3 Dec 2013 04:07:32 +0000 (23:07 -0500)
commit130e961a6fb9d38997c83c6397cf9ddb5ed2491f
tree3135f777d21ba53b4ca9a090e29ff1f3057fe348
parent27dc24defdadbbb63d4c1ed8b6c06839f77388ef
e2fsck: add support for 64-bit extended attribute block refcounting

If we have a 64-bit file system with extended attribute blocks, e2fsck
would not correctly handle EA blocks that were located beyond the
32-bit block number boundary.  Fix this by teaching
e2fsck/ea_refcount.c to use 64-bit block numbers.

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