mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
pre-release
This commit is contained in:
parent
548c09acfc
commit
a729b1aa29
@ -1 +1 @@
|
||||
1.02.108-git (2015-09-05)
|
||||
1.02.108-git (2015-09-15)
|
||||
|
@ -1,5 +1,5 @@
|
||||
Version 2.02.131 -
|
||||
=====================================
|
||||
Version 2.02.131 - 15th September 2015
|
||||
======================================
|
||||
Rename 'make install_full_man' to install_all_man and add all_man target.
|
||||
Fix vgimportclone cache_dir path name (2.02.115).
|
||||
Swapping of LV identifiers handles more complex LVs.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Version 1.02.108 -
|
||||
=====================================
|
||||
Version 1.02.108 - 15th September 2015
|
||||
======================================
|
||||
Do not check for full thin pool when activating without messages (1.02.107).
|
||||
|
||||
Version 1.02.107 - 5th September 2015
|
||||
|
@ -199,7 +199,7 @@ static void _stats_histograms_destroy(struct dm_pool *mem,
|
||||
return;
|
||||
|
||||
/*
|
||||
* Only the first histogram needs to be freed explicitly.
|
||||
* Free everything in the pool back to the first histogram.
|
||||
*/
|
||||
if (region->counters[0].histogram)
|
||||
dm_pool_free(mem, region->counters[0].histogram);
|
||||
|
Loading…
Reference in New Issue
Block a user