commit | 79a4dddbf7636160c6506a42402505d676b9a6e0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Sat Oct 08 13:36:52 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 08 13:37:08 2011 -0400 |
tree | 9b4b4aba1a9d16543808a76f5fefc3a90dbb5581 | |
parent | 84888e55438c7aa70d5866c203c06aea7576542e [diff] |
e2fsck: recover revoke blocks on 64bit filesystems correctly Since the advent of 64bit filesystems, revoke blocks store 64-bit block numbers instead of 32-bit block numbers. Therefore we need to be able to handle that case. Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>