Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crimson/osd/pg: fix dangerous lambda captures
In PG::submit_transaction(), osd_op_p was first moved to ReplicatedBackend::submit_transaction(), and later its at_version is captured in another lambda. The latter may be already empty at the time of the capture. Signed-off-by: Xuehan Xu <[email protected]>
- Loading branch information