On Thu, Oct 13, 2022 at 10:48:44AM -0400, Theodore Ts'o wrote: > The i_version mount option is deprecated in favor of iversion and is > advertised to be removed in 5.20. It was removed in commit > 1ff20307393e ("ext4: unconditionally enable the i_version counter") in > Linux v6.1. So remove the test from ext4/053. > > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> > --- Good to me, Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/ext4/053 | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/ext4/053 b/tests/ext4/053 > index 5d2c478aa..4f20d217d 100755 > --- a/tests/ext4/053 > +++ b/tests/ext4/053 > @@ -480,7 +480,6 @@ for fstype in ext2 ext3 ext4; do > mnt barrier=1 barrier > mnt barrier=99 barrier > mnt -t nobarrier > - mnt i_version > mnt stripe=512 > only_ext4 mnt delalloc > only_ext4 mnt -t nodelalloc > -- > 2.31.0 >