Fixes: a4c56bdbfcd4 ("ceph: convert readpage to fscache read helper")
Reported-by: kernel test robot <lkp(a)intel.com>
Signed-off-by: kernel test robot <lkp(a)intel.com>
---
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 *rreq, struct
file *file)
{
}
-const struct netfs_read_request_ops ceph_netfs_read_ops = {
+static const struct netfs_read_request_ops ceph_netfs_read_ops = {
.init_rreq = ceph_init_rreq,
.is_cache_enabled = ceph_is_cache_enabled,
.begin_cache_operation = ceph_begin_cache_operation,