From: Fengguang Wu Date: Tue, 13 Nov 2012 20:41:27 +0000 (-0500) Subject: nfsd4: get_backchannel_cred should be static X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=2b4cf668a7b8f84182a35f07152d8b6f012629d2;p=linux-edison.git nfsd4: get_backchannel_cred should be static Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 7bb187ac149..99684702301 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c @@ -642,7 +642,7 @@ int set_callback_cred(void) return 0; } -struct rpc_cred *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, struct nfsd4_session *ses) +static struct rpc_cred *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, struct nfsd4_session *ses) { if (clp->cl_minorversion == 0) { return get_rpccred(callback_cred);