All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] move nvme_cancel_io() to common code
@ 2016-05-18 21:05 Ming Lin
  2016-05-18 21:05 ` [PATCH v2 1/2] nvme: update and rename nvme_cancel_io to nvme_cancel_request Ming Lin
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ming Lin @ 2016-05-18 21:05 UTC (permalink / raw)


From: Ming Lin <ming.l@samsung.com>

So it can be used by fabrics driver also.

v2:
  - not declare "ctrl"
  - rename nvme_cancel_io to nvme_cancel_request

Ming Lin (2):
  nvme: update and rename nvme_cancel_io to nvme_cancel_request
  nvme: move nvme_cancel_request() to common code

 drivers/nvme/host/core.c | 17 +++++++++++++++++
 drivers/nvme/host/nvme.h |  1 +
 drivers/nvme/host/pci.c  | 20 ++------------------
 3 files changed, 20 insertions(+), 18 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-05-26 15:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-18 21:05 [PATCH v2 0/2] move nvme_cancel_io() to common code Ming Lin
2016-05-18 21:05 ` [PATCH v2 1/2] nvme: update and rename nvme_cancel_io to nvme_cancel_request Ming Lin
2016-05-20  7:46   ` Johannes Thumshirn
2016-05-18 21:05 ` [PATCH v2 2/2] nvme: move nvme_cancel_request() to common code Ming Lin
2016-05-20  7:45   ` Johannes Thumshirn
2016-05-26  7:16 ` [PATCH v2 0/2] move nvme_cancel_io() " Ming Lin
2016-05-26 15:12   ` Keith Busch
2016-05-26 15:47 ` Jens Axboe

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.