commit | 0e660ee14592d2e893522f2ccc836c011ca4f383 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue May 28 16:12:30 2019 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 30 17:08:08 2019 -0400 |
tree | 9746d66b14de5a454c7f57b9f173e555edd3a58f | |
parent | 40aa2743b5cf97399b69f65b84907d22d00120e0 [diff] |
tests: add test for e2fsck of verity file 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@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>