Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 135ae827 authored by Fengguang Wu's avatar Fengguang Wu Committed by J. Bruce Fields
Browse files

nfsd4: init_session should be declared static

parent 7e4f015d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;