[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190709135544.GA4675@lkp-kbuild04>
Date: Tue, 9 Jul 2019 21:55:44 +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] nfsd4: __get_nfsdfs_client() can be static
Fixes: 97ad4031e295 ("nfsd4: add a client info file")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
nfsctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
index 4683ba5..72fad54 100644
--- a/fs/nfsd/nfsctl.c
+++ b/fs/nfsd/nfsctl.c
@@ -1218,7 +1218,7 @@ static void clear_ncl(struct inode *inode)
}
-struct nfsdfs_client *__get_nfsdfs_client(struct inode *inode)
+static struct nfsdfs_client *__get_nfsdfs_client(struct inode *inode)
{
struct nfsdfs_client *nc = inode->i_private;
Powered by blists - more mailing lists