From: Xinze Chi Date: Wed, 28 Dec 2016 02:33:40 +0000 (+0800) Subject: os/bluestore: _txc_release_alloc when do wal cleaning X-Git-Tag: v12.0.0~328^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=59fdcc199039f875bff5bc218b61b2e6857e885c;p=ceph.git os/bluestore: _txc_release_alloc when do wal cleaning Signed-off-by: Xinze Chi --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index e8ff586e6c53..d64eaeb9b812 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -6833,6 +6833,7 @@ void BlueStore::_kv_sync_thread() } while (!wal_cleaning.empty()) { TransContext *txc = wal_cleaning.front(); + _txc_release_alloc(txc); _txc_state_proc(txc); wal_cleaning.pop_front(); }