nvme-fc: remove reinit_request routine
authorJames Smart <jsmart2021@gmail.com>
Wed, 13 Jun 2018 21:07:36 +0000 (14:07 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 14 Jun 2018 15:00:53 +0000 (17:00 +0200)
commit587331f71e2748371526597cafc72e5732c67e88
tree89fef8b44308e12949d309b34ee2710910c6eb99
parent4c984154efa13175bbb1e2aeb1de9fb2960ca28c
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>
drivers/nvme/host/fc.c