selftests/bpf: Remove last bpf_create_map_xattr from test_verifier
authorAndrii Nakryiko <andrii@kernel.org>
Sun, 12 Dec 2021 19:13:41 +0000 (11:13 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 13 Dec 2021 00:46:15 +0000 (16:46 -0800)
commitf12468828c28ff90d20c99b234a94223401f7924
tree1f5bfcd4c59102888e810f195a7ac8a3be688965
parentf18a499799dd0f0fdd98cf72d98d3866ce9ac60e
selftests/bpf: Remove last bpf_create_map_xattr from test_verifier

bpf_create_map_xattr() call was reintroduced after merging bpf tree into
bpf-next tree. Convert the last instance into bpf_map_create() call.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211212191341.2529573-1-andrii@kernel.org
tools/testing/selftests/bpf/test_verifier.c