From: Mingxin Liu Date: Mon, 20 Mar 2017 08:57:16 +0000 (+0800) Subject: osd: no need to set dirty_info flag, append_log() will do this X-Git-Tag: v12.0.2~334^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14060%2Fhead;p=ceph.git osd: no need to set dirty_info flag, append_log() will do this Signed-off-by: Mingxin Liu --- diff --git a/src/osd/PrimaryLogPG.h b/src/osd/PrimaryLogPG.h index cc40b3382fca..802daef3e93f 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); }