]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/490: fix failure due to deprecated ikeep mount option
authorAnthony Iliopoulos <ailiop@suse.com>
Wed, 17 Dec 2025 11:08:19 +0000 (12:08 +0100)
committerZorro Lang <zlang@kernel.org>
Wed, 31 Dec 2025 22:27:14 +0000 (06:27 +0800)
commitad2b96dd66ef34798c83aef841930bf90797b874
treefd973adc3e99ebaa9c7e316d13692a54e508e363
parentfb14379b8dbcc96b58773934ed1e2e31288e6d96
xfs/490: fix failure due to deprecated ikeep mount option

The ikeep mount option has been deprecated as of kernel commit
b9a176e54162 ("xfs: remove deprecated mount options"), and after commit
3e7ec343f066 ("xfs: loudly complain about defunct mount options") there
is a warning emitted when testing v5 filesystems.

Fix it by explicitly requiring and formatting scratch to nocrc/v4, as
the test cannot otherwise be triggered on v5 without the ikeep option.

Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/490