]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
NVMEDevice: Remove the unnecessary aio_wait in sync read
authorZiye Yang <ziye.yang@intel.com>
Fri, 28 Feb 2020 17:12:57 +0000 (01:12 +0800)
committerZiye Yang <ziye.yang@intel.com>
Fri, 28 Feb 2020 17:49:57 +0000 (01:49 +0800)
commite14f02ca0df98d07059eec1cb58d282d2423887a
tree8548512d1c9e01dd6767545646e8497bbeddfccd
parent6c083a0bcf846254baac1ea8bf1cf47750875c99
NVMEDevice: Remove the unnecessary aio_wait in sync read

Using the aio_wait are unncessary, since all the async read
submission and completion happen in the same thread.

Signed-off-by: Ziye Yang <ziye.yang@intel.com>
src/os/bluestore/NVMEDevice.cc