Skip to content

Commit 83d3523

Browse files
jiawdNitzanMordhai
authored andcommitted
osd: Remove the duplicate oi.clear_data_digest
Fixes: https://tracker.ceph.com/issues/53240 Signed-off-by: jiawd <[email protected]>
1 parent aeafd2e commit 83d3523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/osd/PrimaryLogPG.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6740,7 +6740,6 @@ int PrimaryLogPG::do_osd_ops(OpContext *ctx, vector<OSDOp>& ops)
67406740
oi.size - op.extent.truncate_size);
67416741
ctx->modified_ranges.union_of(trim);
67426742
ctx->clean_regions.mark_data_region_dirty(op.extent.truncate_size, oi.size - op.extent.truncate_size);
6743-
oi.clear_data_digest();
67446743
}
67456744
if (op.extent.truncate_size != oi.size) {
67466745
truncate_update_size_and_usage(ctx->delta_stats,

0 commit comments

Comments
 (0)