From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3377662912617513525==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH jlayton] ceph: ceph_netfs_read_ops can be static Date: Thu, 18 Feb 2021 10:25:42 +0800 Message-ID: <20210218022541.GA4862@afca28aacbfc> In-Reply-To: <202102181050.yd2AfPof-lkp@intel.com> List-Id: --===============3377662912617513525== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fixes: a4c56bdbfcd4 ("ceph: convert readpage to fscache read helper") Reported-by: kernel test robot Signed-off-by: kernel test robot --- addr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c index 81146d75f85e5..0a73121341efb 100644 --- a/fs/ceph/addr.c +++ b/fs/ceph/addr.c @@ -301,7 +301,7 @@ static void ceph_init_rreq(struct netfs_read_request *r= req, struct file *file) { } = -const struct netfs_read_request_ops ceph_netfs_read_ops =3D { +static const struct netfs_read_request_ops ceph_netfs_read_ops =3D { .init_rreq =3D ceph_init_rreq, .is_cache_enabled =3D ceph_is_cache_enabled, .begin_cache_operation =3D ceph_begin_cache_operation, --===============3377662912617513525==--