From: Jinhui Huang Date: Fri, 30 Apr 2021 09:31:21 +0000 (+0800) Subject: xfs/153: add _require_idmapped_mounts check X-Git-Tag: v2022.05.01~429 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=e3a972a7524768903d321784ad1a63e621a62a75;ds=sidebyside xfs/153: add _require_idmapped_mounts check When this case runs on system without mount_setattr syscall support, it will report errors rather than skip. so we add _require_idmapped_mounts to check if mount_setattr syscall is supported. Signed-off-by: Jinhui Huang Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/153 b/tests/xfs/153 index ab2469d4..19cfc46f 100755 --- a/tests/xfs/153 +++ b/tests/xfs/153 @@ -39,6 +39,7 @@ chmod a+rwx $seqres.full # arbitrary users will write here _require_scratch _require_xfs_quota _require_user fsgqa +_require_idmapped_mounts _require_test_program "idmapped-mounts/mount-idmapped" _scratch_mkfs >/dev/null 2>&1