diff options
author | Mathieu Malaterre <malat@debian.org> | 2019-02-21 10:51:27 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2019-02-21 10:51:27 -0500 |
commit | 793bc5181b14bf7cdfefe9d2fe8fc4a8114b78f9 (patch) | |
tree | 48c5e431f7e95a37cced816fa83f9e87f8e9ae54 /fs/ext4/file.c | |
parent | 034f891a844bba3665c2313bcbf61f335dd422e8 (diff) |
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>
Diffstat (limited to 'fs/ext4/file.c')
0 files changed, 0 insertions, 0 deletions