From 2aa0e11b8fdb1d6a2fd882230fa9bf7140d80d04 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Fri, 29 May 2020 09:20:40 -0400 Subject: [PATCH] librbd: dropped ImageRequestWQ temporary code from exclusive-lock dispatch Signed-off-by: Jason Dillaman --- src/librbd/exclusive_lock/ImageDispatch.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/librbd/exclusive_lock/ImageDispatch.cc b/src/librbd/exclusive_lock/ImageDispatch.cc index ec76e25f25544..7b411149d32af 100644 --- a/src/librbd/exclusive_lock/ImageDispatch.cc +++ b/src/librbd/exclusive_lock/ImageDispatch.cc @@ -41,9 +41,6 @@ ImageDispatch::~ImageDispatch() { template void ImageDispatch::shut_down(Context* on_finish) { - // TODO remove when ImageRequestWQ is removed - unset_require_lock(io::DIRECTION_BOTH); - // release any IO waiting on exclusive lock Contexts on_dispatches; { -- 2.39.5