OSDN Git Service

nvme-fc: remove setting DNR on exception conditions
authorJames Smart <jsmart2021@gmail.com>
Sat, 12 May 2018 00:50:24 +0000 (17:50 -0700)
committerChristoph Hellwig <hch@lst.de>
Fri, 25 May 2018 14:50:12 +0000 (16:50 +0200)
commit90fcaf5d54c57037e9f879f17b58497db7156c3e
tree14e87104526c89ad0ec673a39a8fc4b879d73135
parent2e050f00a0f0e07467050cb4afae0234941e5bf3
nvme-fc: remove setting DNR on exception conditions

Current code will set DNR if the controller is deleting or there is
an error during controller init. None of this is necessary.

Remove the code that sets DNR

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