commit | 4160982e7594481d6b7f90aa693638a37d20ea17 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 20 09:00:02 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 01 10:59:39 2015 -0700 |
tree | 0733d082a3ae070cce2dfc407adacbc06a59b942 | |
parent | 22944e9981db1e496d983298fd420a8c6b758c80 [diff] |
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>