]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix improper call of shutdown() to mempool_thread 11761/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 3 Nov 2016 07:15:36 +0000 (15:15 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 3 Nov 2016 08:57:33 +0000 (16:57 +0800)
commita47e20aeae1cbc2513c90b57d9a0d1db97bc0779
tree4cec0e4090c27fc925fd5070e902eea3794b23a9
parentd129a2868a128d627b080637e98495081e6c4cca
os/bluestore: fix improper call of shutdown() to mempool_thread

Because below here we haven't called mempool_thread.init() yet,
and call to mempool_thread.shutdown() will therefore raise an assert instead.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc