mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-26 22:50:36 +03:00
cleanup: keep 'fall through' switch case for LVSINFO for compiler to understand this properly
This commit is contained in:
parent
bf4681ba13
commit
3261e539a0
@ -414,6 +414,8 @@ static int _report(struct cmd_context *cmd, int argc, char **argv,
|
||||
case DEVTYPES:
|
||||
r = _process_each_devtype(cmd, argc, report_handle);
|
||||
break;
|
||||
case LVSINFO:
|
||||
/* fall through */
|
||||
case LVS:
|
||||
r = process_each_lv(cmd, argc, argv, 0, report_handle,
|
||||
lv_info_needed ? &_lvs_with_info_single
|
||||
|
Loading…
x
Reference in New Issue
Block a user