commit | 63263d60e0f9f37bfd5e6a1e83a62f0e62fc459f | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Tue Aug 29 17:46:04 2017 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Wed Aug 30 14:59:35 2017 +0200 |
tree | 417cf5f24aff669c5a291276d8512c4ca820c4b1 | |
parent | 485783ca63e3a47fa5a30df8c6745a6299607e4d [diff] |
nvme: Use metadata for passthrough commands The ioctls' struct allows the user to provide a metadata address and length for a passthrough command. This patch uses these values that were previously ignored and deletes the now unused wrapper function. Signed-off-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Christoph Hellwig <hch@lst.de>