aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2012-11-13 15:41:27 -0500
committerJ. Bruce Fields <bfields@redhat.com>2012-11-14 11:23:00 -0500
commit2b4cf668a7b8f84182a35f07152d8b6f012629d2 (patch)
treed0421e7eafc88b3dac7ee3967d4510247aa25072 /fs/nfsd/nfs4callback.c
parent135ae8270d233067c8be426e2a59d0733ba74723 (diff)
nfsd4: get_backchannel_cred should be static
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4callback.c')
-rw-r--r--fs/nfsd/nfs4callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c
index 7bb187ac1492..996847023015 100644
--- a/fs/nfsd/nfs4callback.c
+++ b/fs/nfsd/nfs4callback.c
@@ -642,7 +642,7 @@ int set_callback_cred(void)
642 return 0; 642 return 0;
643} 643}
644 644
645struct rpc_cred *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, struct nfsd4_session *ses) 645static struct rpc_cred *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, struct nfsd4_session *ses)
646{ 646{
647 if (clp->cl_minorversion == 0) { 647 if (clp->cl_minorversion == 0) {
648 return get_rpccred(callback_cred); 648 return get_rpccred(callback_cred);