From: Sage Weil Date: Wed, 3 May 2017 22:49:32 +0000 (-0500) Subject: os/bluestore/NVMEDevice: remove unnecessary aio_wake X-Git-Tag: v12.0.3~65^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=580baf8d63d3740ee059367043ac3ffc9a433435;p=ceph.git os/bluestore/NVMEDevice: remove unnecessary aio_wake I'm not sure what this is for; I can't find a corresponding waiter. Signed-off-by: Sage Weil --- diff --git a/src/os/bluestore/NVMEDevice.cc b/src/os/bluestore/NVMEDevice.cc index a093d09eb93e8..df7a4026a33bc 100644 --- a/src/os/bluestore/NVMEDevice.cc +++ b/src/os/bluestore/NVMEDevice.cc @@ -848,7 +848,6 @@ void io_complete(void *t, const struct spdk_nvme_cpl *completion) queue->logger->tinc(l_bluestore_nvmedevice_flush_lat, dur); dout(20) << __func__ << " flush op successfully" << dendl; task->return_code = 0; - ctx->aio_wake(); } }