+77
−10
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Both ceph_sync_direct_write and ceph_sync_read iterate iovec elements one by one, send one OSD request for each iovec. This is sub-optimal, We can combine serveral iovec into one page vector, and send an OSD request for the whole page vector. Signed-off-by:Zhu, Caifeng <zhucaifeng@unissoft-nj.com> Signed-off-by:
Yan, Zheng <zyan@redhat.com>