diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2012-11-10 07:20:25 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-14 11:23:00 -0500 |
commit | 135ae8270d233067c8be426e2a59d0733ba74723 (patch) | |
tree | b2d2cef3498864b11f622ff2692a98dfb5bec805 /fs/nfsd/nfs4state.c | |
parent | 7e4f015d815d04d888d434889dd3bbb4c210511a (diff) |
nfsd4: init_session should be declared static
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 37b19f7948ed..7de9ba00a718 100644 --- 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) | |||
947 | return new; | 947 | return new; |
948 | } | 948 | } |
949 | 949 | ||
950 | void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, struct nfs4_client *clp, struct nfsd4_create_session *cses) | 950 | static void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, struct nfs4_client *clp, struct nfsd4_create_session *cses) |
951 | { | 951 | { |
952 | int idx; | 952 | int idx; |
953 | 953 | ||