Re: [PATCH v1 2/2] nvme-fcloop: queue work items correctly

From: Hannes Reinecke
Date: Thu Jun 15 2023 - 06:08:04 EST


On 6/15/23 11:43, Daniel Wagner wrote:
The arguments passed to list_add_tail are reversed. The new element is
first argument and the queue/list is the second one.

Fixes: 38803fcffb5b ("nvme-fcloop: fix deallocation of working context")
Fixes: 437c0b824dbd ("nvme-fcloop: add target to host LS request support")

Cc: James Smart <jsmart2021@xxxxxxxxx>
Signed-off-by: Daniel Wagner <dwagner@xxxxxxx>
---
drivers/nvme/target/fcloop.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Hannes Reinecke <hare@xxxxxxx>

Cheers,

Hannes