]> www.infradead.org Git - users/hch/misc.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)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Apr 2025 11:03:55 +0000 (13:03 +0200)
commit2b5f0c5bc819af2b0759a8fcddc1b39102735c0f
tree896ca5459b34ea7e4d4d1581622076805941b51e
parentb013b817f32fb8c560b6970e1002e94f1c725923
nvmet-fcloop: swap list_add_tail arguments

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>
drivers/nvme/target/fcloop.c