]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: no need to Onode::flush() in _do_read
authorSage Weil <sage@redhat.com>
Mon, 6 Mar 2017 18:51:30 +0000 (13:51 -0500)
committerSage Weil <sage@redhat.com>
Tue, 21 Mar 2017 18:56:27 +0000 (13:56 -0500)
commit83e33a32fde7f836d152142e3fe35bb7e6733593
tree42bdde1d3888bd090f1529485c52c2225487e635
parent6f2f8b3e3b8252437bc7ddcc820de2d9bbafb8f8
os/bluestore: no need to Onode::flush() in _do_read

We now ensure that deferred writes are in cache until the txc retires,
so there is no need to wait here.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc