]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/BlueFS: prevent concurrent async compaction
authorSage Weil <sage@redhat.com>
Thu, 15 Sep 2016 15:37:11 +0000 (11:37 -0400)
committerSage Weil <sage@redhat.com>
Thu, 15 Sep 2016 15:37:11 +0000 (11:37 -0400)
commit455cc6cea2e5e8bc1126b5047b6003fa583af1b5
tree2bb9dd58e35a7c3596df466137812255c0c24f41
parent89fb4576915d21f0d302f58a856cb05396badb1a
os/bluestore/BlueFS: prevent concurrent async compaction

Tried to fix this in dbe23c94c0074358380a40d47a417f7999920696
but got the condition wrong (log_flushing is for
normal fsync).

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