dect
/
linux-2.6
Archived
13
0
Fork 0

nfsd4: init_session should be declared static

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Fengguang Wu 2012-11-10 07:20:25 -05:00 committed by J. Bruce Fields
parent 7e4f015d81
commit 135ae8270d
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ static struct nfsd4_session *alloc_session(struct nfsd4_channel_attrs *fchan)
return new;
}
void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, struct nfs4_client *clp, struct nfsd4_create_session *cses)
static void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, struct nfs4_client *clp, struct nfsd4_create_session *cses)
{
int idx;