On Thu, May 23, 2019 at 08:30:33AM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Don't report PR_1_EXTENT_END_OUT_OF_BOUNDS on verity files during > scan_extent_node(), since they will have blocks stored past i_size. > > This was missed during the earlier fix because this check only triggers > if the inode has enough extents to need at least one extent index node. > > This bug is causing one of the fs-verity xfstests to fail with the > reworked fs-verity patchset. > > Fixes: 3baafde6a8ae ("e2fsck: allow verity files to have initialized blocks past i_size") > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Thanks, applied. Could you supply a small (~200k) file system with a verity-protected file so we can add a regression test? Many thanks!! - Ted