mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-08 08:58:50 +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.
|
Rename 'make install_full_man' to install_all_man and add all_man target.
|
||||||
Fix vgimportclone cache_dir path name (2.02.115).
|
Fix vgimportclone cache_dir path name (2.02.115).
|
||||||
Swapping of LV identifiers handles more complex LVs.
|
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).
|
Do not check for full thin pool when activating without messages (1.02.107).
|
||||||
|
|
||||||
Version 1.02.107 - 5th September 2015
|
Version 1.02.107 - 5th September 2015
|
||||||
|
@ -199,7 +199,7 @@ static void _stats_histograms_destroy(struct dm_pool *mem,
|
|||||||
return;
|
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)
|
if (region->counters[0].histogram)
|
||||||
dm_pool_free(mem, region->counters[0].histogram);
|
dm_pool_free(mem, region->counters[0].histogram);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user