diff options
author | Daniel Wagner <dwagner@suse.de> | 2024-01-31 11:51:02 +0300 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2024-02-01 18:44:41 +0300 |
commit | dcfad4ab4d6733f2861cd241d8532a0004fc835a (patch) | |
tree | 2a226f5383e52ad41485de12be7fa0cb84768a1e /tools/perf/scripts/python/task-analyzer.py | |
parent | 70fbfc47a392b98e5f8dba70c6efc6839205c982 (diff) | |
download | linux-dcfad4ab4d6733f2861cd241d8532a0004fc835a.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions