[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200619151718.22338-1-john.ogness@linutronix.de>
Date: Fri, 19 Jun 2020 17:23:16 +0206
From: John Ogness <john.ogness@...utronix.de>
To: Jens Axboe <axboe@...nel.dk>
Cc: Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Thomas Gleixner <tglx@...utronix.de>,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] block: remove retry loop
Hello,
This series removes a retry loop in the ioc reverse-order
double lock dance, replacing it with an implementation that
uses guaranteed forward progress.
While at it, it also removes the nested spinlock usage,
which no longer applies since CFQ is gone.
John Ogness (2):
block: remove unnecessary ioc nested locking
block: remove retry loop in ioc_release_fn()
block/blk-ioc.c | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
--
2.20.1
Powered by blists - more mailing lists