mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-12 15:47:03 +00:00
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>
This commit is contained in:
parent
4981c8d234
commit
a0ac307b0c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user