From d082cf91b45604cefa277532a304e82a81abe384 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 5 Jun 2013 11:10:34 -0700 Subject: PG: don't dirty log unconditionally in activate() merge_log and friends all take care of dirtying the log as necessary. Fixes: #5238 Signed-off-by: Samuel Just (cherry picked from commit 5deece1d034749bf72b7bd04e4e9c5d97e5ad6ce) --- src/osd/PG.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 945ea637c6c..2c0a1ac6eab 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -1526,7 +1526,6 @@ void PG::activate(ObjectStore::Transaction& t, // write pg info, log dirty_info = true; dirty_big_info = true; // maybe - dirty_log = true; // clean up stray objects clean_up_local(t); -- cgit v1.2.1