Skip to content

Commit

Permalink
nfsd4: put_client_renew_locked can be static
Browse files Browse the repository at this point in the history
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
  • Loading branch information
Fengguang Wu authored and J. Bruce Fields committed Apr 17, 2013
1 parent 9aeb5ae commit ba13843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba13843

Please sign in to comment.