diff options
author | Weston Andros Adamson <dros@netapp.com> | 2013-10-18 21:15:15 +0200 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-10-28 20:33:34 +0100 |
commit | 47fd88e6b79c55e6acccaf832078ed1a340672fa (patch) | |
tree | 28569d7b6c0a3fcb673322a26595bfe64a3252d9 /fs/nfs/nfs4namespace.c | |
parent | NFS: Fix possible endless state recovery wait (diff) | |
download | linux-47fd88e6b79c55e6acccaf832078ed1a340672fa.tar.xz linux-47fd88e6b79c55e6acccaf832078ed1a340672fa.zip |
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/nfs4namespace.c')
-rw-r--r-- | fs/nfs/nfs4namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4namespace.c b/fs/nfs/nfs4namespace.c index ebd8b064843b..4ec0eea68fdf 100644 --- a/fs/nfs/nfs4namespace.c +++ b/fs/nfs/nfs4namespace.c @@ -145,7 +145,7 @@ static size_t nfs_parse_server_name(char *string, size_t len, * is searched in the order returned from the server, per RFC 3530 * recommendation. */ -rpc_authflavor_t nfs_find_best_sec(struct nfs4_secinfo_flavors *flavors) +static rpc_authflavor_t nfs_find_best_sec(struct nfs4_secinfo_flavors *flavors) { rpc_authflavor_t pseudoflavor; struct nfs4_secinfo4 *secinfo; |