From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3807537489352530443==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH sashal-linux-stable] nfs: nfs4_listxattr() can be static Date: Wed, 05 Aug 2020 20:11:43 +0800 Message-ID: <20200805121143.GA29533@92dab2dcd7bc> In-Reply-To: <202008052054.llh99uOb%lkp@intel.com> List-Id: --===============3807537489352530443== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fixes: 9115887f4dd5 ("nfs: Move call to security_inode_listsecurity into nf= s_listxattr") Signed-off-by: kernel test robot --- nfs4proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 566afcc36adb5..c02ea018b0a78 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -8774,7 +8774,7 @@ const struct nfs4_minor_version_ops *nfs_v4_minor_ops= [] =3D { #endif }; = -ssize_t nfs4_listxattr(struct dentry *dentry, char *list, size_t size) +static ssize_t nfs4_listxattr(struct dentry *dentry, char *list, size_t si= ze) { ssize_t error, error2; =20 --===============3807537489352530443==--