Commit ba138435 authored by Fengguang Wu's avatar Fengguang Wu Committed by J. Bruce Fields

nfsd4: put_client_renew_locked can be static

Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment