The test just checks for the deprecation dmesg warnings when remounted with noattr2 and ikeep, and they appear even if the remount fails. I wrote the patch because xfs/539 has started failing in one of our fstests CI runs because RHEL 10 has started disabling xfs v4 support i.e, CONFIG_XFS_SUPPORT_V4=n. The reason why it was not failing with CONFIG_XFS_SUPPORT_V4=y is because remount was incorrectly succeeding - reason is explained in [2]. [v1] --> v2 - Removed patch 2/3 and patch 3/3 for now, - For patch 1/3 - Ignore the mount failure instead of skipping noattr2. [v1] https://lore.kernel.org/all/cover.1739363803.git.nirjhar.roy.lists@xxxxxxxxx/ [2] https://lore.kernel.org/all/Z65o6nWxT00MaUrW@xxxxxxxxxxxxxxxxxxx/ Nirjhar Roy (IBM) (1): xfs/539: Ignore remount failures on v5 xfs tests/xfs/539 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.34.1