Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e56a3162 authored by Fengguang Wu's avatar Fengguang Wu Committed by J. Bruce Fields
Browse files

nfsd4: free_stid can be static

parent 01a7decf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;