You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
515 B
20 lines
515 B
6 years ago
|
tools/dmsetup.c | 4 +++-
|
||
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/tools/dmsetup.c b/tools/dmsetup.c
|
||
|
index 95a15dd..3cdf862 100644
|
||
|
--- a/tools/dmsetup.c
|
||
|
+++ b/tools/dmsetup.c
|
||
|
@@ -939,8 +939,10 @@ static int _display_info_cols(struct dm_task *dmt, struct dm_info *info)
|
||
|
goto_out;
|
||
|
|
||
|
/* No regions to report is not an error */
|
||
|
- if (!dm_stats_get_nr_regions(obj.stats))
|
||
|
+ if (!dm_stats_get_nr_regions(obj.stats)) {
|
||
|
+ r = 1;
|
||
|
goto out;
|
||
|
+ }
|
||
|
}
|
||
|
|
||
|
/* group report with no groups? */
|