commit | 7e6eb683d260d9325f0d1bd911518d5ed3cb4f0c | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Fri Apr 27 13:27:42 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 27 14:10:03 2012 -0400 |
tree | 51b22645b2e55cff65acf9feb0d9f43f44ed70d3 | |
parent | f05d147f7e3cf0d86b3a4bd5603029a7cb109633 [diff] |
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>