commit | 31b8446079757575e576b0516f0e4c0fcdfbd3dd | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Wed Oct 11 12:53:07 2017 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Wed Oct 18 19:27:48 2017 +0200 |
tree | 0008ab88bcfcf8eeba6e155c8edbbbffbd5a7cd6 | |
parent | 149e10f8ff71439014dff97987e90e87e2684a16 [diff] |
nvme: introduce nvme_reinit_tagset Move blk_mq_reinit_tagset from blk-mq to nvme core as the only user of it. Current transports that use it (rdma, fc) simply implement .reinit_request op. This patch does not change any functionality. Reviewed-by: Jens Axboe <axboe@kernel.dk> Reviewed-by: Max Gurtovoy <maxg@mellanox.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>