summaryrefslogtreecommitdiff
path: root/fs/ext4/xattr.c
diff options
context:
space:
mode:
authorMathieu Malaterre <malat@debian.org>2019-02-21 18:51:27 +0300
committerTheodore Ts'o <tytso@mit.edu>2019-02-21 18:51:27 +0300
commit793bc5181b14bf7cdfefe9d2fe8fc4a8114b78f9 (patch)
tree48c5e431f7e95a37cced816fa83f9e87f8e9ae54 /fs/ext4/xattr.c
parent034f891a844bba3665c2313bcbf61f335dd422e8 (diff)
downloadlinux-793bc5181b14bf7cdfefe9d2fe8fc4a8114b78f9.tar.xz
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/xattr.c')
0 files changed, 0 insertions, 0 deletions