nvme: split __nvme_submit_sync_cmd
authorChristoph Hellwig <hch@lst.de>
Fri, 20 Nov 2015 08:00:02 +0000 (09:00 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 1 Dec 2015 17:59:39 +0000 (10:59 -0700)
commit4160982e7594481d6b7f90aa693638a37d20ea17
tree0733d082a3ae070cce2dfc407adacbc06a59b942
parent22944e9981db1e496d983298fd420a8c6b758c80
nvme: split __nvme_submit_sync_cmd

Add a separate nvme_submit_user_cmd for commands that directly DMA
to or from userspace.  We'll add metadata support to that soon and
the common version would become too messy.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c
drivers/nvme/host/scsi.c
This page took 0.025205 seconds and 5 git commands to generate.