]> 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)
commit97c01337aa64a6a341816e6705126a05371276aa
treeabf3d13cf465a32a50aa6842ce6fbe303b0d5619
parent76d431287b5d239c1ea6b2556787d8601483df0b
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