commit | e56a316214d0f1e2446fa7a717309f9414564d9d | [log] [tgz] |
---|---|---|
author | Fengguang Wu <fengguang.wu@intel.com> | Mon Feb 11 16:21:42 2013 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Feb 11 16:22:50 2013 -0500 |
tree | 06e450932965aadbdd81cb266e9b6d9fdba36057 | |
parent | 01a7decf75930925322c5efc87af0b5e58eb8650 [diff] [blame] |
nfsd4: free_stid can be static Reported-by: Fengguang Wu <fengguang.wu@intel.com>
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 60a2282..c1a6ddf 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c
@@ -350,7 +350,7 @@ return dp; } -void free_stid(struct nfs4_stid *s, struct kmem_cache *slab) +static void free_stid(struct nfs4_stid *s, struct kmem_cache *slab) { struct idr *stateids = &s->sc_client->cl_stateids;