]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: reduce unecessary notify.
authorJianpeng Ma <jianpeng.ma@intel.com>
Wed, 7 Aug 2019 02:30:24 +0000 (10:30 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Thu, 8 Aug 2019 00:50:14 +0000 (08:50 +0800)
commit3f64cc71f5167c8ac76cdc070c7efd53b4ccdecd
tree505551a09093520cb5732d33d434fa95395f1474
parente782ac6fcf1ddea62f4aba7ff0d0f4c2e67d503c
os/bluestore: reduce unecessary notify.

In fact, only drain()/drain_preceding() need wakeup.
Other case it depend on kv_submitted_waiters.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/os/bluestore/BlueStore.cc