Whamcloud - gitweb
e2fsprogs: annotate intentional fallthroughs in case statements
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:23 +0000 (15:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 22:43:05 +0000 (18:43 -0400)
commit9e30fb23ef85d6b2a58527048cc9208405a38299
tree3ec1505fde4f55189e5b6f6304d590d8a7f3b1c0
parentda05d1413090b6aa8f728423db3279a0d5d0ce14
e2fsprogs: annotate intentional fallthroughs in case statements

Using the /* fallthrough */ comment lets Coverity (and humans)
know that we really do want to fall through in these case statements.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/e2p/feature.c
lib/e2p/mntopts.c
lib/e2p/parse_num.c
lib/ext2fs/dirhash.c
lib/ext2fs/extent.c