diff mbox series

ext4/053: remove test for i_version mount option

Message ID 20221013144844.90320-1-tytso@mit.edu (mailing list archive)
State New, archived
Headers show
Series ext4/053: remove test for i_version mount option | expand

Commit Message

Theodore Ts'o Oct. 13, 2022, 2:48 p.m. UTC
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@mit.edu>
---
 tests/ext4/053 | 1 -
 1 file changed, 1 deletion(-)

Comments

Zorro Lang Oct. 13, 2022, 3:05 p.m. UTC | #1
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@mit.edu>
> ---

Good to me,
Reviewed-by: Zorro Lang <zlang@redhat.com>

>  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
>
diff mbox series

Patch

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