]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/NVMEDevice.cc: use aio_wake in both read and read_random 13055/head
authoroptimistyzy <optimistyzy@gmail.com>
Mon, 23 Jan 2017 01:56:03 +0000 (09:56 +0800)
committeroptimistyzy <optimistyzy@gmail.com>
Tue, 24 Jan 2017 03:35:45 +0000 (11:35 +0800)
commitc02e3e5266cfff44601ab8b20d20c786fa72350e
tree834ae9db62237e08a84c065a0ee52e200192c21c
parentf9f9b63e0908488c2e27ce5704603aec5006cad8
os/bluestore/NVMEDevice.cc: use aio_wake in both read and read_random

There are some issues with random read, it seems that
we did not call aio_wake.

Signed-off-by: optimistyzy <optimistyzy@gmail.com>
src/os/bluestore/NVMEDevice.cc