nvme-loop: use nvme core helpers to cancel all requests in a tagset
authorSagi Grimberg <sagi@grimberg.me>
Sun, 26 Jun 2022 14:06:00 +0000 (17:06 +0300)
committerChristoph Hellwig <hch@lst.de>
Wed, 6 Jul 2022 16:14:23 +0000 (18:14 +0200)
commitd109f3ccfc8f3fcdbd6f4c557a56d6237ca209d4
treee1271cebe6f2dc4cc394d6f2d9d5d12a60332b8d
parent76a11e3e1d2cf9df939a92d1a6efa9ef08ae2bff
nvme-loop: use nvme core helpers to cancel all requests in a tagset

A helper now exist, no need to open-code the same functionality.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/target/loop.c