Hello:
This patch was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau :
On Sat, 6 Apr 2024 22:46:13 +0800 you wrote:
> From: Jason Xing
>
> The output goes like this if I make samples/bpf:
> ...warning: no previous prototype for ‘get_cgroup_id_from_path’...
>
> Make this function sta
On 4/6/24 7:46 AM, Jason Xing wrote:
From: Jason Xing
The output goes like this if I make samples/bpf:
...warning: no previous prototype for ‘get_cgroup_id_from_path’...
The CI does not build samples/bpf...
Make this function static could solve the warning problem since
no one outside of
From: Jason Xing
The output goes like this if I make samples/bpf:
...warning: no previous prototype for ‘get_cgroup_id_from_path’...
Make this function static could solve the warning problem since
no one outside of the file calls it.
Signed-off-by: Jason Xing
---
tools/testing/selftests/bpf/c