summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-05-23 13:02:36 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-05-23 13:02:36 +0000
commit8cdb78d0dd6e8f9a8d130712c3ce5a676a8755c1 (patch)
treea8189d3b14adf856a9212e1ff40bc0e3163218ba /WHATS_NEW
parent8db4540263f607e2113a405953000527ffd34b3c (diff)
downloadlvm2-8cdb78d0dd6e8f9a8d130712c3ce5a676a8755c1.tar.gz
lvm2-8cdb78d0dd6e8f9a8d130712c3ce5a676a8755c1.tar.xz
lvm2-8cdb78d0dd6e8f9a8d130712c3ce5a676a8755c1.zip
Fix error path
Do not increase nr_filt in case of NULL ret value, since the error path doesn't handle NULL pointers.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index c1964689..2e9f7102 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Fix error paths for regex filter initialization.
Re-enable partial activation of non-thin LVs until it can be fixed. (2.02.90)
Fix alloc cling to cling to PVs already found with contiguous policy.
Fix cling policy not to behave like normal policy if no previous LV seg.