]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mounts
authorBryan Schumaker <bjschuma@netapp.com>
Fri, 8 Jun 2012 15:32:56 +0000 (11:32 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 9 Jun 2012 18:38:59 +0000 (14:38 -0400)
commitc5afc8da5b881633717bfc0510792428aa01fa3f
tree723bf9eacb7e8c4b80c72529ff0610e63914b80e
parent906369e43c29001c39c7dfed8a01b9dff24ace75
NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mounts

Older versions of nfs utils don't always pass a "vers=" mount option for
NFS.  This chould lead to attempts at using NFS v0 due to a zeroed out
nfs_parsed_mount_data struct.  I solve this by setting the default NFS
version to NFS_DEFAULT_VERSION in the v2 and v3 cases (v4 has already been
taken care of by a similar patch).

Reported-by: Joerg Roedel <joro@&bytes.org>
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c