Plan to remove noacl and nouser_xattr mount option in kernel because they are deprecated[1]. So remove nouser_xattr test in here. Reported-by: kernel test robot <oliver.sang@xxxxxxxxx> Signed-off-by: Yang Xu <xuyang2018.jy@xxxxxxxxxxx> --- tests/ext4/053 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ext4/053 b/tests/ext4/053 index 555e474e..5d2c478a 100755 --- a/tests/ext4/053 +++ b/tests/ext4/053 @@ -439,7 +439,6 @@ for fstype in ext2 ext3 ext4; do mnt oldalloc removed mnt orlov removed mnt -t user_xattr - mnt nouser_xattr if _has_kernel_config CONFIG_EXT4_FS_POSIX_ACL; then mnt -t acl -- 2.27.0