Files
linux-stable-mirror/drivers/nvme
Daniel Wagner ec12da4bcc nvmet-fcloop: swap list_add_tail arguments
[ Upstream commit 2b5f0c5bc8 ]

The newly element to be added to the list is the first argument of
list_add_tail. This fix is missing dcfad4ab4d ("nvmet-fcloop: swap
the list_add_tail arguments").

Fixes: 437c0b824d ("nvme-fcloop: add target to host LS request support")
Signed-off-by: Daniel Wagner <wagi@kernel.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-04-20 10:15:08 +02:00
..