]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Annotate implicit fall through in cgroup_dev_func_proto
authorMathieu Malaterre <malat@debian.org>
Wed, 16 Jan 2019 19:35:29 +0000 (20:35 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 17 Jan 2019 15:52:23 +0000 (16:52 +0100)
commit4f17f368ec06958cac0d8e11e8b989c924b56fd0
tree75852badf36cfa63603e6916d0aa6747c1caec4b
parente23324c2fd0b95c3afa6fe90406a6631185ff95f
bpf: Annotate implicit fall through in cgroup_dev_func_proto

There is a plan to build the kernel with -Wimplicit-fallthrough
and this place in the code produced a warnings (W=1).

This commit removes the following warning:

  kernel/bpf/cgroup.c:719:6: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
kernel/bpf/cgroup.c