]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nvmet-fcloop: swap list_add_tail arguments
authorDaniel Wagner <wagi@kernel.org>
Tue, 8 Apr 2025 15:29:03 +0000 (17:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Apr 2025 08:15:08 +0000 (10:15 +0200)
commitec12da4bcc44d5dd21679b3a0eb5e501e1a831a3
treeff40a86d1e424d8983ebabd8b2d694c7f4291eec
parentc5a906806162aea62dbe5d327760ce3b7117ca17
nvmet-fcloop: swap list_add_tail arguments

[ Upstream commit 2b5f0c5bc819af2b0759a8fcddc1b39102735c0f ]

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

Fixes: 437c0b824dbd ("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>
drivers/nvme/target/fcloop.c