diff options
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c index 0ac3a37753cb..cc57104a7266 100644 --- a/fs/ceph/addr.c +++ b/fs/ceph/addr.c | |||
@@ -926,7 +926,7 @@ get_more_pages: | |||
926 | 926 | ||
927 | /* Update the write op length in case we changed it */ | 927 | /* Update the write op length in case we changed it */ |
928 | 928 | ||
929 | osd_req_op_extent_update(&req->r_ops[0], len); | 929 | osd_req_op_extent_update(req, 0, len); |
930 | 930 | ||
931 | vino = ceph_vino(inode); | 931 | vino = ceph_vino(inode); |
932 | ceph_osdc_build_request(req, offset, snapc, vino.snap, | 932 | ceph_osdc_build_request(req, offset, snapc, vino.snap, |