summaryrefslogtreecommitdiff
path: root/mkfs
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-12-01 16:46:19 +0100
committerDavid Sterba <dsterba@suse.com>2016-12-14 15:06:35 +0100
commita0ac307b0cbb4edc1d3fe8707a3d64c598424344 (patch)
tree6527c82ca006f1077845f411276f53a4bf08ac7e /mkfs
parent4981c8d2347775e93678fdec2a10697843a71093 (diff)
btrfs-progs: mkfs: annotation of a case
Annotate to silence static analysis warning. Resolves-coverity-id: 1396656 Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'mkfs')
-rw-r--r--mkfs/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfs/main.c b/mkfs/main.c
index e501a939..5756a726 100644
--- a/mkfs/main.c
+++ b/mkfs/main.c
@@ -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;