mbox series

[RESEND,0/2] Simplify blk-mq implementation

Message ID 20190701154730.203795-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Simplify blk-mq implementation | expand

Message

Bart Van Assche July 1, 2019, 3:47 p.m. UTC
Hi Jens,

While reviewing the blk_mq_make_request() code I noticed that it is possible
to simplify the implementation of that function. Please consider these patches
for kernel v5.3.

Thanks,

Bart.

Bart Van Assche (2):
  blk-mq: Remove blk_mq_put_ctx()
  blk-mq: Simplify blk_mq_make_request()

 block/blk-mq-sched.c  |  5 +----
 block/blk-mq-tag.c    |  8 --------
 block/blk-mq.c        | 26 +++++---------------------
 block/blk-mq.h        |  7 +------
 block/kyber-iosched.c |  1 -
 5 files changed, 7 insertions(+), 40 deletions(-)

Comments

Jens Axboe July 3, 2019, 2:34 a.m. UTC | #1
On 7/1/19 9:47 AM, Bart Van Assche wrote:
> Hi Jens,
> 
> While reviewing the blk_mq_make_request() code I noticed that it is possible
> to simplify the implementation of that function. Please consider these patches
> for kernel v5.3.

Applied, thanks Bart.