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

nfsd4: put_client_renew_locked can be static

Reported-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 9aeb5aee
......@@ -193,7 +193,7 @@ renew_client(struct nfs4_client *clp)
spin_unlock(&nn->client_lock);
}
void put_client_renew_locked(struct nfs4_client *clp)
static void put_client_renew_locked(struct nfs4_client *clp)
{
if (!atomic_dec_and_test(&clp->cl_refcount))
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册