commit | 587331f71e2748371526597cafc72e5732c67e88 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Wed Jun 13 14:07:36 2018 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Thu Jun 14 17:00:53 2018 +0200 |
tree | 89fef8b44308e12949d309b34ee2710910c6eb99 | |
parent | 4c984154efa13175bbb1e2aeb1de9fb2960ca28c [diff] |
nvme-fc: remove reinit_request routine The reinit_request routine is not necessary. Remove support for the op callback. As all that nvme_reinit_tagset() does is itterate and call the reinit routine, it too has no purpose. Remove the call. Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Christoph Hellwig <hch@lst.de>