Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvme/048: make queue count check retry-able
We are racing with the reset path of the controller. That means, when we set a new queue count, we might not observe the resetting state in time. Thus, first check if we see the correct queue count and then the controller state. Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Daniel Wagner <[email protected]> [Shin'ichiro: removed unnecessary if block in nvmf_check_queue_count()] Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
- Loading branch information