commit | 22944e9981db1e496d983298fd420a8c6b758c80 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 16 07:58:40 2015 +0200 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 01 10:59:39 2015 -0700 |
tree | 8cc83bdb72511b6d5e2d1416cc362874014b7dba | |
parent | 15a190f7f57a2e46717490c35ac09882042a200b [diff] |
nvme: move nvme_setup_flush and nvme_setup_rw to common code And mark them inline so that we don't slow down the I/O submission path by having to turn it into a forced out of line call. 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>