Re: [PATCH v1 1/2] nvme-fc: Do not wait in vain when unloading module

From: Hannes Reinecke
Date: Thu Jun 15 2023 - 06:06:49 EST


On 6/15/23 11:43, Daniel Wagner wrote:
The module unload code will wait for a controller to be delete even when
there is no controller and we wait for completion forever to happen.
Thus only wait for the completion when there is a controller which
needs to be removed.

Signed-off-by: Daniel Wagner <dwagner@xxxxxxx>
---
drivers/nvme/host/fc.c | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)

Reviewed-by: Hannes Reinecke <hare@xxxxxxx>

Cheers,

Hannes