]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Honor the authflavor set in the clone mount data
authorBryan Schumaker <bjschuma@netapp.com>
Fri, 27 Apr 2012 17:27:42 +0000 (13:27 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 Apr 2012 18:10:03 +0000 (14:10 -0400)
commit1f9e0f94e1724573d63fb6a4ec6a77a468e45c99
tree51b22645b2e55cff65acf9feb0d9f43f44ed70d3
parent889251cf547e3d2b750221286e71f28dd8aa2e15
NFS: Honor the authflavor set in the clone mount data

The authflavor is set in an nfs_clone_mount structure and passed to the
xdev_mount() functions where it was promptly ignored.  Instead, use it
to initialize an rpc_clnt for the cloned server.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c
fs/nfs/internal.h
fs/nfs/namespace.c
fs/nfs/super.c