Skip to content

Commit

Permalink
Merge pull request ceph#57434 from cyx1231st/wip-fix-seastore-capture
Browse files Browse the repository at this point in the history
crimson/os/seastore/record_scanner: replace [=] capturing

Reviewed-by: Myoungwon Oh <[email protected]>
  • Loading branch information
cyx1231st authored May 14, 2024
2 parents 0167ddb + 116c5b4 commit fab66be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crimson/os/seastore/record_scanner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RecordScanner::read_validate_record_metadata(
}
TRACE("reading record group header block {}~4096", start);
return read(start, block_size
).safe_then([=](bufferptr bptr) mutable
).safe_then([this, FNAME, nonce, block_size, &cursor](bufferptr bptr)
-> read_validate_record_metadata_ret {
bufferlist bl;
bl.append(bptr);
Expand Down

0 comments on commit fab66be

Please sign in to comment.