diff options
author | Weston Andros Adamson <dros@netapp.com> | 2013-10-18 15:15:15 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-10-28 15:33:34 -0400 |
commit | 47fd88e6b79c55e6acccaf832078ed1a340672fa (patch) | |
tree | 28569d7b6c0a3fcb673322a26595bfe64a3252d9 /fs/nfs/nfs4_fs.h | |
parent | 0625c2dd6ae32a221871ffc04bb752216b823001 (diff) | |
download | linux-47fd88e6b79c55e6acccaf832078ed1a340672fa.tar.bz2 |
NFSv4: make nfs_find_best_sec static
It's not used outside of nfs4namespace.c anymore.
Signed-off-by: Weston Andros Adamson <dros@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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 210e44ed1d2a..3ce79b04522e 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h @@ -222,7 +222,6 @@ int nfs_atomic_open(struct inode *, struct dentry *, struct file *, extern struct file_system_type nfs4_fs_type; /* 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 *); struct vfsmount *nfs4_submount(struct nfs_server *, struct dentry *, struct nfs_fh *, struct nfs_fattr *); |