ceph: remove redundant io_iter_advance()
ceph_sync_read and generic_file_read_iter() have already advanced the IO iterator. Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
Родитель
6cd3bcad0d
Коммит
3b70b388e3
|
@ -835,7 +835,6 @@ again:
|
||||||
", reading more\n", iocb->ki_pos,
|
", reading more\n", iocb->ki_pos,
|
||||||
inode->i_size);
|
inode->i_size);
|
||||||
|
|
||||||
iov_iter_advance(to, ret);
|
|
||||||
read += ret;
|
read += ret;
|
||||||
len -= ret;
|
len -= ret;
|
||||||
checkeof = 0;
|
checkeof = 0;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче