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
Many thanks
Matt
From c9914069f4e39f28d9f6805b2b3bd8a2eac41466 Mon Sep 17 00:00:00 2001 From: Matthew John <matthew@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxx> --- 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