> On Oct 2, 2019, at 5:04 AM, Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx> wrote: > > Add static to enable_all_controllers() to get rid from annoying warn: > > samples/bpf/../../tools/testing/selftests/bpf/cgroup_helpers.c:44:5: > warning: no previous prototype for ‘enable_all_controllers’ > [-Wmissing-prototypes] > int enable_all_controllers(char *cgroup_path) > > while samples/bpf build. > > Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>