From: Sage Weil Date: Fri, 1 Sep 2017 01:11:09 +0000 (-0400) Subject: osd/PrimaryLogPG: do_osd_ops: update CACHE_EVICT comment X-Git-Tag: v13.0.1~840^2~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=95c707706891f48b1129c1a4ed02f078ed346b46;p=ceph.git osd/PrimaryLogPG: do_osd_ops: update CACHE_EVICT comment Signed-off-by: Sage Weil --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 11bc22ff005a..92ef15736a92 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -5293,7 +5293,7 @@ int PrimaryLogPG::do_osd_ops(OpContext *ctx, vector& 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);