From 95c707706891f48b1129c1a4ed02f078ed346b46 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 31 Aug 2017 21:11:09 -0400 Subject: [PATCH] osd/PrimaryLogPG: do_osd_ops: update CACHE_EVICT comment Signed-off-by: Sage Weil --- src/osd/PrimaryLogPG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 11bc22ff005a5..92ef15736a92d 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); -- 2.39.5