aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/addr.c')
-rw-r--r--fs/ceph/addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c
index a6850a14038e..a3bd9deb555c 100644
--- a/fs/ceph/addr.c
+++ b/fs/ceph/addr.c
@@ -596,7 +596,7 @@ static int ceph_writepages_start(struct address_space *mapping,
596 struct inode *inode = mapping->host; 596 struct inode *inode = mapping->host;
597 struct backing_dev_info *bdi = mapping->backing_dev_info; 597 struct backing_dev_info *bdi = mapping->backing_dev_info;
598 struct ceph_inode_info *ci = ceph_inode(inode); 598 struct ceph_inode_info *ci = ceph_inode(inode);
599 struct ceph_client *client = ceph_inode_to_client(inode); 599 struct ceph_client *client;
600 pgoff_t index, start, end; 600 pgoff_t index, start, end;
601 int range_whole = 0; 601 int range_whole = 0;
602 int should_loop = 1; 602 int should_loop = 1;