On Tue, May 28, 2019 at 04:12:30PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Test that e2fsck doesn't report errors when an inode with the 'verity' > flag has blocks past i_size. > > This is a regression test for commits 3baafde6a8ae ("e2fsck: allow > verity files to have initialized blocks past i_size") and 43466d039689 > ("e2fsck: handle verity files in scan_extent_node()"). > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Thanks, applied. - Ted