scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
authorAndrea Parri (Microsoft) <parri.andrea@gmail.com>
Mon, 10 May 2021 21:08:41 +0000 (23:08 +0200)
committerWei Liu <wei.liu@kernel.org>
Fri, 14 May 2021 17:39:32 +0000 (17:39 +0000)
Use blk_mq_unique_tag() to generate requestIDs for StorVSC, avoiding
all issues with allocating enough entries in the VMbus requestor.

Suggested-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@gmail.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20210510210841.370472-1-parri.andrea@gmail.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>

No differences found