aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/file.c b/fs/ceph/file.c
index e5203174634d..d190650811c4 100644
--- a/fs/ceph/file.c
+++ b/fs/ceph/file.c
@@ -835,7 +835,6 @@ again:
835 ", reading more\n", iocb->ki_pos, 835 ", reading more\n", iocb->ki_pos,
836 inode->i_size); 836 inode->i_size);
837 837
838 iov_iter_advance(to, ret);
839 read += ret; 838 read += ret;
840 len -= ret; 839 len -= ret;
841 checkeof = 0; 840 checkeof = 0;