mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
osd/PG: drop unneeded write_if_dirty
Nothing in start_recovery_ops or stuck_on_unfound dirties state. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
b3b8119585
commit
82077e7116
@ -5771,7 +5771,6 @@ void PG::stuck_on_unfound(epoch_t queued, bool wip, RecoveryCtx *rctx)
|
||||
queue_recovery();
|
||||
}
|
||||
}
|
||||
write_if_dirty(*rctx->transaction);
|
||||
}
|
||||
|
||||
void PG::handle_advance_map(
|
||||
|
Loading…
Reference in New Issue
Block a user