mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <mreitz@redhat.com> Reviewed-by: Vladimir Zapolskiy <vladimir@tuxera.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -3572,7 +3572,7 @@ _require_atime()
|
|||||||
{
|
{
|
||||||
_exclude_scratch_mount_option "noatime"
|
_exclude_scratch_mount_option "noatime"
|
||||||
case $FSTYP in
|
case $FSTYP in
|
||||||
nfs|cifs)
|
nfs|cifs|virtiofs)
|
||||||
_notrun "atime related mount options have no effect on $FSTYP"
|
_notrun "atime related mount options have no effect on $FSTYP"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user