]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/os: use buffer::write_file() helper
authorKefu Chai <kchai@redhat.com>
Thu, 13 Jun 2019 14:44:16 +0000 (22:44 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 14 Jun 2019 08:31:22 +0000 (16:31 +0800)
commit4087a1289056fbdc57196ab07040ba3a584b9f76
tree8e5d72697606eb224debc3dff9aee6b2f159a8e6
parent3c223cb117a062137a81e3848ae15ff814e46f86
crimson/os: use buffer::write_file() helper

instead of using the blocking calls

so we can write to file without blocking the reactor

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/common/buffer_io.cc
src/crimson/os/cyan_store.cc