Skip to content

Commit

Permalink
nfsd4: free_stid can be static
Browse files Browse the repository at this point in the history
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
  • Loading branch information
Fengguang Wu authored and J. Bruce Fields committed Feb 11, 2013
1 parent 01a7dec commit e56a316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e56a316

Please sign in to comment.