summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-11-05 10:46:52 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2014-11-05 10:46:52 +0100
commit3261e539a01efffb56abd78e5a060af8d1cf1537 (patch)
treeccdcfb1b17e13db27e3bd4fe63d736b999c454db
parentbf4681ba134914e5847d94bc0ca01b7a2af0b2b5 (diff)
downloadlvm2-3261e539a01efffb56abd78e5a060af8d1cf1537.tar.gz
cleanup: keep 'fall through' switch case for LVSINFO for compiler to understand this properly
-rw-r--r--tools/reporter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/reporter.c b/tools/reporter.c
index 080e3d597..b49f37db8 100644
--- a/tools/reporter.c
+++ b/tools/reporter.c
@@ -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