]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: no need to set dirty_info flag, append_log() will do this 14060/head
authorMingxin Liu <mingxin@xsky.com>
Mon, 20 Mar 2017 08:57:16 +0000 (16:57 +0800)
committerMingxin Liu <mingxin@xsky.com>
Tue, 21 Mar 2017 10:16:51 +0000 (18:16 +0800)
Signed-off-by: Mingxin Liu <mingxin@xsky.com>
src/osd/PrimaryLogPG.h

index cc40b3382fca66d304b5e8077b2b3721bf0efc8c..802daef3e93f6ee90705d30b1a76db6eeddbcf24 100644 (file)
@@ -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);
   }