1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-08 08:58:50 +03:00

pre-release

This commit is contained in:
Alasdair G Kergon 2015-09-15 13:17:50 +01:00
parent 548c09acfc
commit a729b1aa29
5 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
2.02.131(2)-git (2015-09-05) 2.02.131(2)-git (2015-09-15)

View File

@ -1 +1 @@
1.02.108-git (2015-09-05) 1.02.108-git (2015-09-15)

View File

@ -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.

View File

@ -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

View File

@ -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);