[PATCH nfs-utils v2] nfsmount.conf: Fix typo of the attribute name
From: Yongcheng Yang <hidden>
Date: 2023-03-14 06:31:00
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yongcheng Yang <hidden>
Date: 2023-03-14 06:31:00
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Yongcheng Yang <redacted> --- utils/mount/nfsmount.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf
index 342063f7..c498eb80 100644
--- a/utils/mount/nfsmount.conf
+++ b/utils/mount/nfsmount.conf@@ -59,13 +59,13 @@ # acregmin=30 # # The Maximum time (in seconds) file attributes are cached -# acregmin=60 +# acregmax=60 # # The minimum time (in seconds) directory attributes are cached -# acregmin=30 +# acdirmin=30 # # The Maximum time (in seconds) directory attributes are cached -# acregmin=60 +# acdirmax=60 # # Enable Access Control Lists # Acl=False
--
2.31.1