From: Keith Busch <kbusch@kernel.org>
To: linux-nvme@lists.infradead.org, hch@lst.de, sagi@grimberg.me,
linux-block@vger.kernel.org, axboe@kernel.dk
Cc: alan.adamson@oracle.com, Keith Busch <kbusch@kernel.org>
Subject: [PATCHv3 0/2] blk-mq: force completion
Date: Fri, 29 May 2020 07:37:42 -0700 [thread overview]
Message-ID: <20200529143744.3545429-1-kbusch@kernel.org> (raw)
I've renamed the newly exported function from
__blk_mq_complete_request() to blk_mq_force_complete_rq() and added
kerneldoc for its intended usage.
Reviews and Acks from previous versions are not included for PATCH 1/2
since the name changed.
Keith Busch (2):
blk-mq: export blk_mq_force_complete_rq
nvme: force complete cancelled requests
block/blk-mq.c | 15 +++++++++++++--
drivers/nvme/host/core.c | 2 +-
include/linux/blk-mq.h | 1 +
3 files changed, 15 insertions(+), 3 deletions(-)
--
2.24.1
WARNING: multiple messages have this Message-ID (diff)
From: Keith Busch <kbusch@kernel.org>
To: linux-nvme@lists.infradead.org, hch@lst.de, sagi@grimberg.me,
linux-block@vger.kernel.org, axboe@kernel.dk
Cc: Keith Busch <kbusch@kernel.org>, alan.adamson@oracle.com
Subject: [PATCHv3 0/2] blk-mq: force completion
Date: Fri, 29 May 2020 07:37:42 -0700 [thread overview]
Message-ID: <20200529143744.3545429-1-kbusch@kernel.org> (raw)
I've renamed the newly exported function from
__blk_mq_complete_request() to blk_mq_force_complete_rq() and added
kerneldoc for its intended usage.
Reviews and Acks from previous versions are not included for PATCH 1/2
since the name changed.
Keith Busch (2):
blk-mq: export blk_mq_force_complete_rq
nvme: force complete cancelled requests
block/blk-mq.c | 15 +++++++++++++--
drivers/nvme/host/core.c | 2 +-
include/linux/blk-mq.h | 1 +
3 files changed, 15 insertions(+), 3 deletions(-)
--
2.24.1
_______________________________________________
linux-nvme mailing list
linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme
next reply other threads:[~2020-05-29 14:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-29 14:37 Keith Busch [this message]
2020-05-29 14:37 ` [PATCHv3 0/2] blk-mq: force completion Keith Busch
2020-05-29 14:37 ` [PATCHv3 1/2] blk-mq: export blk_mq_force_complete_rq Keith Busch
2020-05-29 14:37 ` Keith Busch
2020-05-29 14:41 ` Christoph Hellwig
2020-05-29 14:41 ` Christoph Hellwig
2020-05-29 14:37 ` [PATCHv3 2/2] nvme: force complete cancelled requests Keith Busch
2020-05-29 14:37 ` Keith Busch
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=20200529143744.3545429-1-kbusch@kernel.org \
--to=kbusch@kernel.org \
--cc=alan.adamson@oracle.com \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/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.