commit | 7a5725ddc6e18aab61f647c0996d3b7eb03ff5cb | [log] [tgz] |
---|---|---|
author | Song Liu <songliubraving@fb.com> | Mon Dec 10 11:17:50 2018 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Mon Dec 10 14:48:42 2018 -0800 |
tree | fa9889b9460e19a2369d70f18e04e3ebc942a337 | |
parent | 10a5ce98539948affbdc28dc0f39a1b6b2307f9d [diff] |
bpf: clean up bpf_prog_get_info_by_fd() info.nr_jited_ksyms and info.nr_jited_func_lens cannot be 0 in these two statements, so we don't need to check them. Signed-off-by: Song Liu <songliubraving@fb.com> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>