Author: Steve Dickson <steved@xxxxxxxxxx> 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@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html