Re: [PATCH v1 2/2] nvme-fcloop: queue work items correctly
From: Hannes Reinecke <hare@suse.de>
Date: 2023-06-15 10:08:05
Also in:
linux-nvme, lkml
From: Hannes Reinecke <hare@suse.de>
Date: 2023-06-15 10:08:05
Also in:
linux-nvme, lkml
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 <redacted>
Signed-off-by: Daniel Wagner <redacted>
---
drivers/nvme/target/fcloop.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)Reviewed-by: Hannes Reinecke <hare@suse.de> Cheers, Hannes