From bc2b762c646923bdbfcf1bb9d8f8dd60ba22fd47 Mon Sep 17 00:00:00 2001 From: Mingxin Liu Date: Mon, 20 Mar 2017 16:57:16 +0800 Subject: [PATCH] osd: no need to set dirty_info flag, append_log() will do this Signed-off-by: Mingxin Liu --- src/osd/PrimaryLogPG.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/PrimaryLogPG.h b/src/osd/PrimaryLogPG.h index cc40b3382fca6..802daef3e93f6 100644 --- a/src/osd/PrimaryLogPG.h +++ b/src/osd/PrimaryLogPG.h @@ -376,7 +376,6 @@ public: ObjectStore::Transaction &t) override { if (hset_history) { info.hit_set = *hset_history; - dirty_info = true; } append_log(logv, trim_to, roll_forward_to, t, transaction_applied); } -- 2.39.5