btrfs-progs: mkfs: annotation of a case
authorDavid Sterba <dsterba@suse.com>
Thu, 1 Dec 2016 15:46:19 +0000 (16:46 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 14 Dec 2016 14:06:35 +0000 (15:06 +0100)
Annotate to silence static analysis warning.

Resolves-coverity-id: 1396656
Signed-off-by: David Sterba <dsterba@suse.com>
mkfs/main.c

index e501a93..5756a72 100644 (file)
@@ -1468,6 +1468,7 @@ int main(int argc, char **argv)
                                break;
                        case 'l':
                                warning("--leafsize is deprecated, use --nodesize");
+                               /* fall through */
                        case 'n':
                                nodesize = parse_size(optarg);
                                nodesize_forced = 1;