Re: [PATCH v4 02/12] nvmet-fcloop: swap the list_add_tail arguments

From: Christoph Hellwig
Date: Wed Jan 31 2024 - 01:26:37 EST


On Tue, Jan 30, 2024 at 10:49:28AM +0100, Daniel Wagner wrote:
> The first argument of list_add_tail function is the new element which
> should be added to the list which is the second argument. Swap the
> arguments to allow processing more than one element at a time.

Ooops.

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>