From: Fengguang Wu Date: Wed, 17 Apr 2013 02:14:15 +0000 (-0400) Subject: nfsd4: put_client_renew_locked can be static X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ba138435d1f8b25aa2b787848ee939270a50e34f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git nfsd4: put_client_renew_locked can be static Reported-by: Fengguang Wu Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index a7954913b332..e39bf5381bca 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -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;