提交 2b4cf668 编写于 作者: F Fengguang Wu 提交者: J. Bruce Fields

nfsd4: get_backchannel_cred should be static

Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 135ae827
...@@ -642,7 +642,7 @@ int set_callback_cred(void) ...@@ -642,7 +642,7 @@ int set_callback_cred(void)
return 0; 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) { if (clp->cl_minorversion == 0) {
return get_rpccred(callback_cred); return get_rpccred(callback_cred);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册