commit | 130e961a6fb9d38997c83c6397cf9ddb5ed2491f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Dec 02 23:07:32 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 02 23:07:32 2013 -0500 |
tree | 3135f777d21ba53b4ca9a090e29ff1f3057fe348 | |
parent | 27dc24defdadbbb63d4c1ed8b6c06839f77388ef [diff] |
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>