commit | 7a1eac2fbe8bcd6588a198af51f66347bb10f5ab | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue Apr 01 20:38:58 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 17 17:16:47 2008 -0400 |
tree | 44008f27f65460b8ff1ce1202c9295a6f98d82c9 | |
parent | c21ed7705be908a5697095e597849804302edd21 [diff] |
e2fsck: Only check PR_1_EXTENT_ENDS_BEYOND for leaf nodes pass1 was checking that an "extent's" start+len did not extend past the last filesystem block, but unless we are at a leaf block, the physical block is that of a node in the tree, and the length may include sparseness. The test is only valid for leaf blocks. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>