]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/BlueFS: use existing IOContext for _write_super
authorSage Weil <sage@redhat.com>
Thu, 23 Jun 2016 15:23:46 +0000 (11:23 -0400)
committerSage Weil <sage@redhat.com>
Thu, 30 Jun 2016 16:56:56 +0000 (12:56 -0400)
commitff668f2cf968d1e463c00f874b9732d280f1e461
tree9c5f953648b90a28f1f8a16d4a967cbed8595602
parent228ffab590f7aa9cc58d3c61ffb2ecd769c0cd01
os/bluestore/BlueFS: use existing IOContext for _write_super

We need to be careful with IOContext destruction racing with the bdev
io completion thread.

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