Once current tier-evict is called, the object become dirty even
though there is no changes before---tier-evict just modifies chunks'
state to missing, so that no need to change object's state to dirty.
This is not intened hehavior. Therefore, this commits adds a line
to prevent being dirty.
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
oi.clear_data_digest();
ctx->delta_stats.num_wr++;
ctx->cache_operation = true;
+ ctx->undirty = true;
osd->logger->inc(l_osd_tier_evict);
}