]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PrimaryLogPG: do_osd_ops: update CACHE_EVICT comment
authorSage Weil <sage@redhat.com>
Fri, 1 Sep 2017 01:11:09 +0000 (21:11 -0400)
committerSage Weil <sage@redhat.com>
Mon, 11 Sep 2017 14:13:35 +0000 (09:13 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PrimaryLogPG.cc

index 11bc22ff005a50fa667d439ad077d36a9bdca538..92ef15736a92d513bc3c2e9132fb2af9ac8df2f6 100644 (file)
@@ -5293,7 +5293,7 @@ int PrimaryLogPG::do_osd_ops(OpContext *ctx, vector<OSDOp>& ops)
        result = _delete_oid(ctx, true, false);
        if (result >= 0) {
          // mark that this is a cache eviction to avoid triggering normal
-         // make_writeable() clone or snapdir object creation in finish_ctx()
+         // make_writeable() clone creation in finish_ctx()
          ctx->cache_evict = true;
        }
        osd->logger->inc(l_osd_tier_evict);