selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c
authorDave Marchevsky <davemarchevsky@fb.com>
Fri, 13 Oct 2023 20:44:23 +0000 (13:44 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 13 Oct 2023 22:48:58 +0000 (15:48 -0700)
commit45b38941c81f16bb2e9b0115f03e164a3576ea8b
treea34707d943d092d59b5be69f83e88add89bc27f9
parentf10ca5da5bd71e5cefed7995e75a7c873ce3816e
selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c

Further patches in this series will add a struct bpf_iter_task_vma,
which will result in a name collision with the selftest prog renamed in
this patch. Rename the selftest to avoid the collision.

Signed-off-by: Dave Marchevsky <davemarchevsky@fb.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20231013204426.1074286-3-davemarchevsky@fb.com
tools/testing/selftests/bpf/prog_tests/bpf_iter.c
tools/testing/selftests/bpf/progs/bpf_iter_task_vma.c [deleted file]
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c [new file with mode: 0644]