All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4/053: remove test for i_version mount option
@ 2022-10-13 14:48 Theodore Ts'o
  2022-10-13 15:05 ` Zorro Lang
  0 siblings, 1 reply; 2+ messages in thread
From: Theodore Ts'o @ 2022-10-13 14:48 UTC (permalink / raw)
  To: fstests; +Cc: Theodore Ts'o

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext4/053: remove test for i_version mount option
  2022-10-13 14:48 [PATCH] ext4/053: remove test for i_version mount option Theodore Ts'o
@ 2022-10-13 15:05 ` Zorro Lang
  0 siblings, 0 replies; 2+ messages in thread
From: Zorro Lang @ 2022-10-13 15:05 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: fstests

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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-13 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13 14:48 [PATCH] ext4/053: remove test for i_version mount option Theodore Ts'o
2022-10-13 15:05 ` Zorro Lang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.