Message ID | CAJw_U8fKkq25Ft_82MasFA2WQLHh4Vv+8af7DfHFbH6R0KmF1w@mail.gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Patch for small typo in nfsmount.conf | expand |
On 7/26/24 5:14 AM, Matthew Comben wrote: > Dear NFS maintainers, > > I found this small typo (and appreciate it may seem like a waste of your > time). But I've prepared a patch to correct (as I currently interpret > the comment), if you are interested in it :) > > Apologies in advance if I have prepared this patch incorrectly - I did > no see any specific information in the "about" of > https://git.kernel.org/pub/scm/linux/kernel/git/rw/nfs-utils.git/about > <https://git.kernel.org/pub/scm/linux/kernel/git/rw/nfs-utils.git/about> > > Many thanks > Matt You got everything right but in-lining the patch which I'm doing... next time use git format-patch to mail the patch. From c9914069f4e39f28d9f6805b2b3bd8a2eac41466 Mon Sep 17 00:00:00 2001 From: Matthew John <matthew@dockstudios.co.uk> Date: Fri, 26 Jul 2024 10:08:30 +0100 Subject: [PATCH] Fix typo/syntax issues in nfsmount config comments about noatime and fix minor whitespace changes Signed-off-by: Matthew John <matthew@dockstudios.co.uk> --- 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 c498eb80..d8e685aa 100644 --- a/utils/mount/nfsmount.conf +++ b/utils/mount/nfsmount.conf @@ -130,15 +130,15 @@ # Server Port # Port=2049 # -# RPCGSS security flavors +# RPCGSS security flavors # [none, sys, krb5, krb5i, krb5p ] # Sec=sys # # Allow Signals to interrupt file operations # Intr=True # -# Specifies how the kernel manages its cache of directory +# Specifies how the kernel manages its cache of directory # Lookupcache=all|none|pos|positive # -# Turn of the caching of that access time +# Turn off the caching of access time # noatime=True
On 7/26/24 5:14 AM, Matthew Comben wrote: > Dear NFS maintainers, > > I found this small typo (and appreciate it may seem like a waste of your > time). But I've prepared a patch to correct (as I currently interpret > the comment), if you are interested in it :) > > Apologies in advance if I have prepared this patch incorrectly - I did > no see any specific information in the "about" of > https://git.kernel.org/pub/scm/linux/kernel/git/rw/nfs-utils.git/about > <https://git.kernel.org/pub/scm/linux/kernel/git/rw/nfs-utils.git/about> > > Many thanks > Matt Committed... steved.
From c9914069f4e39f28d9f6805b2b3bd8a2eac41466 Mon Sep 17 00:00:00 2001 From: Matthew John <matthew@dockstudios.co.uk> Date: Fri, 26 Jul 2024 10:08:30 +0100 Subject: [PATCH] Fix typo/syntax issues in nfsmount config comments about noatime and fix minor whitespace changes Signed-off-by: Matthew John <matthew@dockstudios.co.uk> --- 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 c498eb80..d8e685aa 100644 --- a/utils/mount/nfsmount.conf +++ b/utils/mount/nfsmount.conf @@ -130,15 +130,15 @@ # Server Port # Port=2049 # -# RPCGSS security flavors +# RPCGSS security flavors # [none, sys, krb5, krb5i, krb5p ] # Sec=sys # # Allow Signals to interrupt file operations # Intr=True # -# Specifies how the kernel manages its cache of directory +# Specifies how the kernel manages its cache of directory # Lookupcache=all|none|pos|positive # -# Turn of the caching of that access time +# Turn off the caching of access time # noatime=True -- 2.25.1