summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
diff options
context:
space:
mode:
authorEric Sandeen2013-01-31 01:54:56 +0100
committerJosef Bacik2013-02-20 18:59:19 +0100
commit1c697d4acc2e10b2a65b22abba2687a2897ecd74 (patch)
treeed52efaa672b7b72d701ff3898248bd74129efce /fs/btrfs/super.c
parentbtrfs: handle null fs_info in btrfs_panic() (diff)
downloadkernel-qcow2-linux-1c697d4acc2e10b2a65b22abba2687a2897ecd74.tar.gz
kernel-qcow2-linux-1c697d4acc2e10b2a65b22abba2687a2897ecd74.tar.xz
kernel-qcow2-linux-1c697d4acc2e10b2a65b22abba2687a2897ecd74.zip
btrfs: annotate intentional switch case fallthroughs
This keeps static checkers happy. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r--fs/btrfs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 06537d217419..976f6aac102e 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -437,6 +437,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options)
case Opt_compress_force:
case Opt_compress_force_type:
compress_force = true;
+ /* Fallthrough */
case Opt_compress:
case Opt_compress_type:
if (token == Opt_compress ||