Przeglądaj źródła

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>
Yan, Zheng 11 lat temu
rodzic
commit
3b70b388e3
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      fs/ceph/file.c

+ 0 - 1
fs/ceph/file.c

@@ -835,7 +835,6 @@ again:
 			     ", reading more\n", iocb->ki_pos,
 			     inode->i_size);
 
-			iov_iter_advance(to, ret);
 			read += ret;
 			len -= ret;
 			checkeof = 0;