bpf: move kfunc_call_arg_meta higher in the file
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 2 Mar 2023 23:50:07 +0000 (15:50 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 4 Mar 2023 19:14:32 +0000 (11:14 -0800)
commitd0e1ac227945c6af616c003365c6feb986dc0839
treea7154561f3bec1cf8427ebeecd0ee6576b6d892a
parent553a64a85c5d1dac277325a0f51a31c056593048
bpf: move kfunc_call_arg_meta higher in the file

Move struct bpf_kfunc_call_arg_meta higher in the file and put it next
to struct bpf_call_arg_meta, so it can be used from more functions.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20230302235015.2044271-10-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c