From: Minwoo Im <minwoo.im.dev@gmail.com>
To: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>, Minwoo Im <minwoo.im.dev@gmail.com>
Subject: [PATCH 0/3] blk-mq: trivial helper and fixes comments
Date: Sat, 5 Dec 2020 00:20:52 +0900 [thread overview]
Message-ID: <20201204152055.31605-1-minwoo.im.dev@gmail.com> (raw)
Hello,
This patch set contains:
- Introduce a helper to allocate tagset tags for the first time
without 'realloc' keyword that used to be taken.
- Fixes for comments need to be updated.
Please have a look.
Thanks,
Minwoo Im (3):
blk-mq: add helper allocating tagset->tags
blk-mq: update arg in comment of blk_mq_map_queue
blk-mq: fix msec comment from micro to milli seconds
block/blk-mq.c | 14 ++++++++++----
block/blk-mq.h | 2 +-
2 files changed, 11 insertions(+), 5 deletions(-)
--
2.17.1
next reply other threads:[~2020-12-04 15:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 15:20 Minwoo Im [this message]
2020-12-04 15:20 ` [PATCH 1/3] blk-mq: add helper allocating tagset->tags Minwoo Im
2020-12-04 15:20 ` [PATCH 2/3] blk-mq: update arg in comment of blk_mq_map_queue Minwoo Im
2020-12-11 17:07 ` John Garry
2020-12-04 15:20 ` [PATCH 3/3] blk-mq: fix msec comment from micro to milli seconds Minwoo Im
2020-12-11 17:00 ` John Garry
2020-12-11 11:32 ` [PATCH 0/3] blk-mq: trivial helper and fixes comments Minwoo Im
2020-12-12 18:14 ` Jens Axboe
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=20201204152055.31605-1-minwoo.im.dev@gmail.com \
--to=minwoo.im.dev@gmail.com \
--cc=axboe@kernel.dk \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.