]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: reap ioc when stopping aio_thread. 11811/head
authorhaodong <haodong.tang@intel.com>
Mon, 7 Nov 2016 06:33:21 +0000 (14:33 +0800)
committerhaodong <haodong.tang@intel.com>
Tue, 8 Nov 2016 16:27:17 +0000 (00:27 +0800)
commitd13b2b3a7a540386adc3681c7170b4ec31d16610
tree33f461f67416c53d383570cba2fc87cb9ad7d9fe
parentebb6f5ee81eadce17b82ee9afb39c88145aa0eaa
os/bluestore: reap ioc when stopping aio_thread.

there is possibillity that reap_ioc don't excute when stopping
aio_thread. so add reap_ioc after aio_thread is stopped.

Signed-off-by: Haodong Tang <haodong.tang@intel.com>
src/os/bluestore/KernelDevice.cc