projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e4f015
)
nfsd4: init_session should be declared static
author
Fengguang Wu
<fengguang.wu@intel.com>
Sat, 10 Nov 2012 12:20:25 +0000
(07:20 -0500)
committer
J. Bruce Fields
<bfields@redhat.com>
Wed, 14 Nov 2012 16:23:00 +0000
(11:23 -0500)
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs4state.c
b/fs/nfsd/nfs4state.c
index 37b19f7948ede54b50948c3e5c0988f2e8aee304..7de9ba00a7186b0787851d1ad74b092b16867fba 100644
(file)
--- a/
fs/nfsd/nfs4state.c
+++ b/
fs/nfsd/nfs4state.c
@@
-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;