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: v11.2.0~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc0e1cf0681e673cc4ec0fa2e4f3b5b98cd65c62;p=ceph.git os/bluestore: _txc_release_alloc when do wal cleaning Signed-off-by: Xinze Chi (cherry picked from commit 59fdcc199039f875bff5bc218b61b2e6857e885c) --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 2ca7882085db..57569e0c7ac6 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -6772,6 +6772,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(); }