]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: annotate implicit fall throughs
authorMathieu Malaterre <malat@debian.org>
Thu, 21 Feb 2019 15:49:53 +0000 (10:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Feb 2019 15:49:53 +0000 (10:49 -0500)
commitd0e65f30b075a0c97d7f6002240e34bf6824135f
tree696abce3dfae0aadcbbde7e3be42e8be0c8c936c
parentc2507ebfec520fc8cf08c6b24d8670d16bde1961
ext4: annotate implicit fall throughs

There is a plan to build the kernel with -Wimplicit-fallthrough and
these places in the code produced warnings (W=1). Fix them up.

This commit remove the following warnings:

  fs/ext4/hash.c:233:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
  fs/ext4/hash.c:246:15: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
fs/ext4/hash.c