From: Fengguang Wu Date: Mon, 11 Feb 2013 21:21:42 +0000 (-0500) Subject: nfsd4: free_stid can be static X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e56a316214d0f1e2446fa7a717309f9414564d9d;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git nfsd4: free_stid can be static Reported-by: Fengguang Wu --- diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 60a2282905e0..c1a6ddf3a84a 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -350,7 +350,7 @@ alloc_init_deleg(struct nfs4_client *clp, struct nfs4_ol_stateid *stp, struct sv 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;