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)
commit5f4126327494c189767ca64b222abadb07c55e3d
treeda49fcd3d06c7cd69253d8f7c02da61958457b1f
parent2c25fc9a503adef4279951382fc9d47b59977f59
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