]> Pileus Git - ~andy/linux/commitdiff
nfsd4: put_client_renew_locked can be static
authorFengguang Wu <fengguang.wu@intel.com>
Wed, 17 Apr 2013 02:14:15 +0000 (22:14 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 17 Apr 2013 02:15:00 +0000 (22:15 -0400)
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c

index a7954913b33258686011c0d26f9c5fe7f1bd1cfe..e39bf5381bca2c78e3cad61fcc750c653f95248a 100644 (file)
@@ -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;