]> www.infradead.org Git - users/hch/misc.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>
Mon, 12 May 2025 14:06:35 +0000 (16:06 +0200)
commita10e0dbab92c9774febef4169cb87315c2e69f1f
tree74d44d6c1327f0362455fabb127cdbddf1467f32
parent4831035a9b44540df7938afb2c5a6b4f6eab5a74
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