Loading fs/nfsd/nfs4state.c +1 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,7 @@ kmem_cache *slab) min_stateid = 0; return stid; out_free: kfree(stid); kmem_cache_free(slab, stid); return NULL; } Loading Loading
fs/nfsd/nfs4state.c +1 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,7 @@ kmem_cache *slab) min_stateid = 0; return stid; out_free: kfree(stid); kmem_cache_free(slab, stid); return NULL; } Loading