]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: remove redundant io_iter_advance()
authorYan, Zheng <zyan@redhat.com>
Wed, 17 Sep 2014 06:44:51 +0000 (14:44 +0800)
committerIlya Dryomov <idryomov@redhat.com>
Tue, 14 Oct 2014 17:03:39 +0000 (21:03 +0400)
commit9dbe34bce7467f80c3c4300c30e51b1dc00a1d20
treeabf3d13cf465a32a50aa6842ce6fbe303b0d5619
parented6c86ea323fcf2787ac035216b6baeebde03b6c
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>
fs/ceph/file.c