summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
authorBryan Schumaker2012-04-27 19:27:44 +0200
committerTrond Myklebust2012-04-27 20:10:39 +0200
commit2671bfc3beb44e70636bd0208274426db57f73b5 (patch)
tree5aeec6224c390a046bfa5758a958174ebf542772 /fs/nfs/nfs4_fs.h
parentNFS: Prevent garbage cinfo->ds from leaking out (diff)
downloadkernel-qcow2-linux-2671bfc3beb44e70636bd0208274426db57f73b5.tar.gz
kernel-qcow2-linux-2671bfc3beb44e70636bd0208274426db57f73b5.tar.xz
kernel-qcow2-linux-2671bfc3beb44e70636bd0208274426db57f73b5.zip
NFS: Remove secinfo knowledge out of the generic client
And also remove the unneeded rpc_op. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index 8d75021020b3..53a487ee9867 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -206,6 +206,7 @@ extern const struct dentry_operations nfs4_dentry_operations;
extern const struct inode_operations nfs4_dir_inode_operations;
/* nfs4namespace.c */
+rpc_authflavor_t nfs_find_best_sec(struct nfs4_secinfo_flavors *);
struct rpc_clnt *nfs4_create_sec_client(struct rpc_clnt *, struct inode *, struct qstr *);
/* nfs4proc.c */