From 9e41b4cf94186f8e548e24c5354a8e497addc7ec Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 6 Dec 2016 12:23:37 -0500 Subject: [PATCH] os/bluestore: do not call commit_{start,finish} Signed-off-by: Sage Weil --- src/os/bluestore/BlueStore.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index f268d1f7b1a..addc5c9bfd3 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(); -- 2.39.5