OSDN Git Service

ext4: annotate more implicit fall throughs
authorMathieu Malaterre <malat@debian.org>
Thu, 21 Feb 2019 15:51:27 +0000 (10:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Feb 2019 15:51:27 +0000 (10:51 -0500)
commit793bc5181b14bf7cdfefe9d2fe8fc4a8114b78f9
tree48c5e431f7e95a37cced816fa83f9e87f8e9ae54
parent034f891a844bba3665c2313bcbf61f335dd422e8
ext4: annotate more 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/indirect.c:1182:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  fs/ext4/indirect.c:1188:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  fs/ext4/indirect.c:1432:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  fs/ext4/indirect.c:1440:6: 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/indirect.c