projects
/
platform
/
upstream
/
btrfs-progs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4981c8d
)
btrfs-progs: mkfs: annotation of a case
author
David Sterba
<dsterba@suse.com>
Thu, 1 Dec 2016 15:46:19 +0000
(16:46 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/mkfs/main.c
b/mkfs/main.c
index
e501a93
..
5756a72
100644
(file)
--- 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;