[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190709173217.GA70574@lkp-kbuild04>
Date: Wed, 10 Jul 2019 01:32:17 +0800
From: kbuild test robot <lkp@...el.com>
To: "J. Bruce Fields" <bfields@...hat.com>
Cc: kbuild-all@...org, Jeff Layton <jlayton@...nel.org>,
linux-nfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC PATCH linux-next] nfsd: force_expire_client() can be static
Fixes: 89c905beccbb ("nfsd: allow forced expiration of NFSv4 clients")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
nfs4state.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index e6229bf..9012d78 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -2505,7 +2505,7 @@ static const struct file_operations client_states_fops = {
* so the caller has a guarantee that the client's locks are gone by
* the time the write returns:
*/
-void force_expire_client(struct nfs4_client *clp)
+static void force_expire_client(struct nfs4_client *clp)
{
struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id);
bool already_expired;
Powered by blists - more mailing lists