From: Max Reitz Date: Tue, 16 Mar 2021 13:01:31 +0000 (+0100) Subject: common/rc: virtiofs does not support atime options X-Git-Tag: v2022.05.01~519 X-Git-Url: https://git.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=8275832d678261b302cc146dfd7f65dec9379281 common/rc: virtiofs does not support atime options As documented in Documentation/filesystems/virtiofs.rst (in the Linux tree), virtiofs ignores atime-related mount options. Signed-off-by: Max Reitz Reviewed-by: Vladimir Zapolskiy Signed-off-by: Eryu Guan --- diff --git a/common/rc b/common/rc index aea0d076..9fdbcd14 100644 --- a/common/rc +++ b/common/rc @@ -3572,7 +3572,7 @@ _require_atime() { _exclude_scratch_mount_option "noatime" case $FSTYP in - nfs|cifs) + nfs|cifs|virtiofs) _notrun "atime related mount options have no effect on $FSTYP" ;; esac