]> www.infradead.org Git - users/hch/misc.git/commit
nvmet-fcloop: add missing fcloop_callback_host_done
authorDaniel Wagner <wagi@kernel.org>
Wed, 7 May 2025 12:23:02 +0000 (14:23 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 May 2025 14:06:27 +0000 (16:06 +0200)
commit4831035a9b44540df7938afb2c5a6b4f6eab5a74
treeb6504145d21620c20687cb5e8d36afb1236affe0
parent289cd0c9a42058174544fd2468c672eba0c6a8ce
nvmet-fcloop: add missing fcloop_callback_host_done

Add the missing fcloop_call_host_done calls so that the caller
frees resources when something goes wrong.

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