nfsd4: put_client_renew_locked can be static

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Fengguang Wu 2013-04-16 22:14:15 -04:00 коммит произвёл J. Bruce Fields
Родитель 9aeb5aeeb0
Коммит ba138435d1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -193,7 +193,7 @@ renew_client(struct nfs4_client *clp)
spin_unlock(&nn->client_lock); 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)) if (!atomic_dec_and_test(&clp->cl_refcount))
return; return;