mirror of
https://github.com/ceph/ceph
synced 2025-04-11 04:02:04 +00:00
os/bluestore rm unused variable in aio_read()
Signed-off-by: tangwenjun <tang.wenjun3@zte.com.cn>
This commit is contained in:
parent
408053a07e
commit
e901b271c4
@ -959,7 +959,6 @@ int NVMEDevice::aio_read(
|
|||||||
|
|
||||||
bufferptr p = buffer::create_page_aligned(len);
|
bufferptr p = buffer::create_page_aligned(len);
|
||||||
pbl->append(p);
|
pbl->append(p);
|
||||||
int r = 0;
|
|
||||||
t->ctx = ioc;
|
t->ctx = ioc;
|
||||||
char *buf = p.c_str();
|
char *buf = p.c_str();
|
||||||
t->fill_cb = [buf, t]() {
|
t->fill_cb = [buf, t]() {
|
||||||
|
Loading…
Reference in New Issue
Block a user