From: Bart Van Assche <bvanassche@acm.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org, Christoph Hellwig <hch@lst.de>,
Bart Van Assche <bvanassche@acm.org>
Subject: [PATCH 0/2] Simplify blk-mq implementation
Date: Tue, 4 Jun 2019 11:17:34 -0700 [thread overview]
Message-ID: <20190604181736.903-1-bvanassche@acm.org> (raw)
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(-)
--
2.22.0.rc3
next reply other threads:[~2019-06-04 18:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-04 18:17 Bart Van Assche [this message]
2019-06-04 18:17 ` [PATCH 1/2] blk-mq: Remove blk_mq_put_ctx() Bart Van Assche
2019-06-08 8:19 ` Christoph Hellwig
2019-06-10 22:00 ` Bart Van Assche
2019-06-11 8:09 ` Christoph Hellwig
2019-06-04 18:17 ` [PATCH 2/2] blk-mq: Simplify blk_mq_make_request() Bart Van Assche
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190604181736.903-1-bvanassche@acm.org \
--to=bvanassche@acm.org \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=linux-block@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).