Skip to content

Commit fab66be

Browse files
authored
Merge pull request ceph#57434 from cyx1231st/wip-fix-seastore-capture
crimson/os/seastore/record_scanner: replace [=] capturing Reviewed-by: Myoungwon Oh <myoungwon.oh@samsung.com>
2 parents 0167ddb + 116c5b4 commit fab66be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/os/seastore/record_scanner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ RecordScanner::read_validate_record_metadata(
120120
}
121121
TRACE("reading record group header block {}~4096", start);
122122
return read(start, block_size
123-
).safe_then([=](bufferptr bptr) mutable
123+
).safe_then([this, FNAME, nonce, block_size, &cursor](bufferptr bptr)
124124
-> read_validate_record_metadata_ret {
125125
bufferlist bl;
126126
bl.append(bptr);

0 commit comments

Comments
 (0)