]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvmet-fcloop: don't wait for lport cleanup
authorDaniel Wagner <wagi@kernel.org>
Wed, 7 May 2025 12:23:06 +0000 (14:23 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 20 May 2025 03:34:27 +0000 (05:34 +0200)
commit3466b7a6b713071190888526d3b9c58cda60b55f
tree8cfb2d86394fa99ecf1274e4f64a9a8ac75e0ea1
parentd7f7c6eb809ae36466a503b20689956b86e13827
nvmet-fcloop: don't wait for lport cleanup

The lifetime of the fcloop_lsreq is not tight to the lifetime of the
host or target port, thus there is no need anymore to synchronize the
cleanup path anymore.

Signed-off-by: Daniel Wagner <wagi@kernel.org>
Reviewed-by: Hannes Reinecke <hare@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/target/fcloop.c