]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0493db0307643feece7a41884907c6cefc8628a5
tree89fef8b44308e12949d309b34ee2710910c6eb99
parent53cc7b59de0881c48d2f693003f5c8611ad9c3b0
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