selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.c
authorChuyi Zhou <zhouchuyi@bytedance.com>
Wed, 18 Oct 2023 06:17:45 +0000 (14:17 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 20 Oct 2023 00:02:47 +0000 (17:02 -0700)
commitddab78cbb52f81f7f7598482602342955b2ff8b8
tree1277c81e699ed02d528aa169954c6eac98da52e8
parentcb3ecf7915a1d7ce5304402f4d8616d9fa5193f7
selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.c

The newly-added struct bpf_iter_task has a name collision with a selftest
for the seq_file task iter's bpf skel, so the selftests/bpf/progs file is
renamed in order to avoid the collision.

Signed-off-by: Chuyi Zhou <zhouchuyi@bytedance.com>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20231018061746.111364-8-zhouchuyi@bytedance.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/bpf_iter.c
tools/testing/selftests/bpf/progs/bpf_iter_task.c [deleted file]
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c [new file with mode: 0644]