public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@redhat.com>
To: linux-nfs@vger.kernel.org
Subject: [PATCH] nfsconfig.conf: Make transport setting case sensitive
Date: Fri, 09 Oct 2009 13:12:58 -0400	[thread overview]
Message-ID: <4ACF6F1A.3040306@RedHat.com> (raw)

Author: Steve Dickson <steved@redhat.com>
Date:   Thu Oct 9 12:08:58 2009 -0400

    Make the network transports value in the mount
    config file case sensitive, since they are in the
    mount command's parsing code.
    
    Signed-off-by: Steve Dickson <steved@redhat.com>

diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf
index f9fcfcb..991838f 100644
--- a/utils/mount/nfsmount.conf
+++ b/utils/mount/nfsmount.conf
@@ -24,14 +24,15 @@
 # All reads and writes to the 'nfsserver.foo.com' server 
 # will be done with 32k (32768 bytes) block sizes.
 #
-#[ NFSMount_Global_Options ]
+[ NFSMount_Global_Options ]
 # This statically named section defines global mount 
 # options that can be applied on all NFS mount.
 #
 # Protocol Version [2,3]
 # Nfsvers=3
-# Network Transport [Udp,Tcp,Rdma]
-# Proto=Tcp
+#
+# Network Transport [udp,tcp,rdma] (Note: values are case sensitive)
+# Proto=tcp
 #
 # The number of times a request will be retired before 
 # generating a timeout 

                 reply	other threads:[~2009-10-09 17:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ACF6F1A.3040306@RedHat.com \
    --to=steved@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox