summaryrefslogtreecommitdiff
path: root/libdm/libdm-stats.c
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-22 23:44:42 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-12-22 23:55:48 +0100
commit88faf5a53b34cdfe2d4932a6800af8530f8f5396 (patch)
tree1e5f01e2a69d8ec4c7ce46cdafbcad9f58e85545 /libdm/libdm-stats.c
parent44aeb6d6b8766dc547ba56a7d1580ccb0da974c7 (diff)
downloadlvm2-88faf5a53b34cdfe2d4932a6800af8530f8f5396.tar.gz
debug: drop some unneeded backtraces
Diffstat (limited to 'libdm/libdm-stats.c')
-rw-r--r--libdm/libdm-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/libdm-stats.c b/libdm/libdm-stats.c
index 4c7fd4652..420e3e181 100644
--- a/libdm/libdm-stats.c
+++ b/libdm/libdm-stats.c
@@ -4680,7 +4680,7 @@ static uint64_t *_stats_map_file_regions(struct dm_stats *dms, int fd,
/* make space for end-of-table marker */
if (!(regions = dm_malloc((1 + *count) * sizeof(*regions)))) {
log_error("Could not allocate memory for region IDs.");
- goto_out;
+ goto out;
}
/*