Hello:
This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau martin.lau@kernel.org:
On Sat, 6 Apr 2024 22:46:13 +0800 you wrote:
From: Jason Xing kernelxing@tencent.com
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.
[...]
Here is the summary with links: - [net-next] selftests/bpf: eliminate warning of get_cgroup_id_from_path() https://git.kernel.org/bpf/bpf-next/c/bb761fcb8217
You are awesome, thank you!