提交 e56a3162 编写于 作者: F Fengguang Wu 提交者: J. Bruce Fields

nfsd4: free_stid can be static

Reported-by: NFengguang Wu <fengguang.wu@intel.com>
上级 01a7decf
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册