commit | dcfad4ab4d6733f2861cd241d8532a0004fc835a | [log] [tgz] |
---|---|---|
author | Daniel Wagner <dwagner@suse.de> | Wed Jan 31 09:51:02 2024 +0100 |
committer | Keith Busch <kbusch@kernel.org> | Thu Feb 01 07:44:41 2024 -0800 |
tree | 2a226f5383e52ad41485de12be7fa0cb84768a1e | |
parent | 70fbfc47a392b98e5f8dba70c6efc6839205c982 [diff] |
nvmet-fcloop: swap the list_add_tail arguments 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. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Daniel Wagner <dwagner@suse.de> Signed-off-by: Keith Busch <kbusch@kernel.org>