Skip to content

Commit

Permalink
os/bluestore: drop shared_blobs refs sooner
Browse files Browse the repository at this point in the history
We don't need this after txc commit.

Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Mar 15, 2017
1 parent 1807d08 commit 04c9c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/bluestore/BlueStore.cc
Expand Up @@ -7267,6 +7267,7 @@ void BlueStore::_txc_write_nodes(TransContext *txc, KeyValueDB::Transaction t)
t->set(PREFIX_SHARED_BLOB, key, bl);
}
}
txc->shared_blobs.clear();
}

void BlueStore::BSPerfTracker::update_from_perfcounters(
Expand Down

0 comments on commit 04c9c12

Please sign in to comment.