aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-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 70a3b441261b..f5013d92a7e6 100644
--- a/fs/ceph/addr.c
+++ b/fs/ceph/addr.c
@@ -689,7 +689,7 @@ static int ceph_writepages_start(struct address_space *mapping,
689 int rc = 0; 689 int rc = 0;
690 unsigned wsize = 1 << inode->i_blkbits; 690 unsigned wsize = 1 << inode->i_blkbits;
691 struct ceph_osd_request *req = NULL; 691 struct ceph_osd_request *req = NULL;
692 int do_sync; 692 int do_sync = 0;
693 u64 truncate_size, snap_size; 693 u64 truncate_size, snap_size;
694 u32 truncate_seq; 694 u32 truncate_seq;
695 695