* [PATCH] common/rc: virtiofs does not support atime options
@ 2021-03-16 13:01 Max Reitz
2021-03-16 13:41 ` Vladimir Zapolskiy
0 siblings, 1 reply; 2+ messages in thread
From: Max Reitz @ 2021-03-16 13:01 UTC (permalink / raw)
To: fstests; +Cc: Max Reitz
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>
---
common/rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] common/rc: virtiofs does not support atime options
2021-03-16 13:01 [PATCH] common/rc: virtiofs does not support atime options Max Reitz
@ 2021-03-16 13:41 ` Vladimir Zapolskiy
0 siblings, 0 replies; 2+ messages in thread
From: Vladimir Zapolskiy @ 2021-03-16 13:41 UTC (permalink / raw)
To: Max Reitz, fstests
On 3/16/21 3:01 PM, Max Reitz wrote:
> 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>
The change is correct.
Reviewed-by: Vladimir Zapolskiy <vladimir@tuxera.com>
--
Best wishes,
Vladimir
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-16 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16 13:01 [PATCH] common/rc: virtiofs does not support atime options Max Reitz
2021-03-16 13:41 ` Vladimir Zapolskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox