]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: change prototype for stack_map_get_build_id_offset
authorYonghong Song <yhs@fb.com>
Sun, 29 Apr 2018 05:28:07 +0000 (22:28 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 29 Apr 2018 15:45:53 +0000 (08:45 -0700)
commit7d2814975a4f72ccf8fafddd642dc504dc7d1b12
treeda49fcd3d06c7cd69253d8f7c02da61958457b1f
parent2625476300c17e1d8ec42e1a4d9fead12a173911
bpf: change prototype for stack_map_get_build_id_offset

This patch didn't incur functionality change. The function prototype
got changed so that the same function can be reused later.

Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/stackmap.c