Commit 3b70b388 authored by Yan, Zheng's avatar Yan, Zheng Committed by Ilya Dryomov

ceph: remove redundant io_iter_advance()

ceph_sync_read and generic_file_read_iter() have already advanced the
IO iterator.
Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
parent 6cd3bcad
......@@ -835,7 +835,6 @@ static ssize_t ceph_read_iter(struct kiocb *iocb, struct iov_iter *to)
", reading more\n", iocb->ki_pos,
inode->i_size);
iov_iter_advance(to, ret);
read += ret;
len -= ret;
checkeof = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment