From: Sage Weil Date: Tue, 6 Dec 2016 17:23:37 +0000 (-0500) Subject: os/bluestore: do not call commit_{start,finish} X-Git-Tag: v11.1.1~30^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9e41b4cf94186f8e548e24c5354a8e497addc7ec;p=ceph.git os/bluestore: do not call commit_{start,finish} Signed-off-by: Sage Weil --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index f268d1f7b1ac..addc5c9bfd31 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -6624,8 +6624,6 @@ void BlueStore::_kv_sync_thread() dout(30) << __func__ << " submitting txc " << kv_submitting << dendl; dout(30) << __func__ << " wal_cleaning txc " << wal_cleaning << dendl; - alloc->commit_start(); - // flush/barrier on block device bdev->flush(); @@ -6730,8 +6728,6 @@ void BlueStore::_kv_sync_thread() wal_cleaning.pop_front(); } - alloc->commit_finish(); - // this is as good a place as any ... _reap_collections();