bpftool: Adjust to new print_bpf_insn interface
authorJiri Olsa <jolsa@kernel.org>
Fri, 23 Mar 2018 10:41:29 +0000 (11:41 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 23 Mar 2018 16:38:57 +0000 (17:38 +0100)
commit337682ca7e3cdce81fe3436bf59782d071c967e6
tree47471e084f1a3727484728c252ad9d121dc3eab3
parentabe0884011f1a569bc1254b70c41525b755e8037
bpftool: Adjust to new print_bpf_insn interface

Change bpftool to skip the removed struct bpf_verifier_env
argument in print_bpf_insn. It was passed as NULL anyway.

No functional change intended.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/xlated_dumper.c