summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-08-14 23:53:42 +0100
committerBryn M. Reeves <bmr@redhat.com>2015-08-14 23:53:42 +0100
commit0b487802a041a0848e927e3dfc3d71618b66ca42 (patch)
treefa40ac2029be6eec58577aa77aa2a43b65e491d9
parentf3891e90e32d0b76dc8c3ef2fb9bddbe09ffb846 (diff)
downloadlvm2-0b487802a041a0848e927e3dfc3d71618b66ca42.tar.gz
dmstats: change region fields prefix to 'region_'
-rw-r--r--tools/dmsetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dmsetup.c b/tools/dmsetup.c
index f90ce3eb7..9e72226f1 100644
--- a/tools/dmsetup.c
+++ b/tools/dmsetup.c
@@ -3915,7 +3915,7 @@ static const struct dm_report_object_type _report_types[] = {
{ DR_TREE, "Mapped Device Relationship Information", "tree_", _tree_get_obj },
{ DR_NAME, "Mapped Device Name Components", "splitname_", _split_name_get_obj },
{ DR_STATS, "Mapped Device Statistics","stats_", _stats_get_obj },
- { DR_STATS_META, "Mapped Device Statistics Region Information","stats_region_", _stats_get_obj },
+ { DR_STATS_META, "Mapped Device Statistics Region Information","region_", _stats_get_obj },
{ 0, "", "", NULL }
};