From 111b27cd0379c3e3118e6ae54fc22872201fdb2a Mon Sep 17 00:00:00 2001 From: Fengguang Wu Date: Tue, 13 Nov 2012 15:41:27 -0500 Subject: [PATCH] --- yaml --- r: 347653 b: refs/heads/master c: 2b4cf668a7b8f84182a35f07152d8b6f012629d2 h: refs/heads/master i: 347651: c692cacbe0469812c2bdb96d9fcce7b9b5977253 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4callback.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 14d1ee0adff3..c70e6232ff14 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 135ae8270d233067c8be426e2a59d0733ba74723 +refs/heads/master: 2b4cf668a7b8f84182a35f07152d8b6f012629d2 diff --git a/trunk/fs/nfsd/nfs4callback.c b/trunk/fs/nfsd/nfs4callback.c index 7bb187ac1492..996847023015 100644 --- a/trunk/fs/nfsd/nfs4callback.c +++ b/trunk/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);