linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nfs-utils v2] nfsmount.conf: Fix typo of the attribute name
@ 2023-03-14  6:30 Yongcheng Yang
  2023-04-05 16:29 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Yongcheng Yang @ 2023-03-14  6:30 UTC (permalink / raw)
  To: Steve Dickson; +Cc: Linux NFS Mailing list, Yongcheng Yang

Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH nfs-utils v2] nfsmount.conf: Fix typo of the attribute name
  2023-03-14  6:30 [PATCH nfs-utils v2] nfsmount.conf: Fix typo of the attribute name Yongcheng Yang
@ 2023-04-05 16:29 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2023-04-05 16:29 UTC (permalink / raw)
  To: Yongcheng Yang; +Cc: Linux NFS Mailing list



On 3/14/23 2:30 AM, Yongcheng Yang wrote:
> Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
Committed... (tag: nfs-utils-2-6-3-rc7)

steved.
> ---
>   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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-05 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14  6:30 [PATCH nfs-utils v2] nfsmount.conf: Fix typo of the attribute name Yongcheng Yang
2023-04-05 16:29 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).