mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Fix clvmd automatic target module loading crash.
This commit is contained in:
parent
fa684a97da
commit
c7007c98d7
@ -1,5 +1,6 @@
|
||||
Version 2.02.58 -
|
||||
===================================
|
||||
Fix clvmd automatic target module loading crash.
|
||||
Fix allocation code not to stop at the first area of a PV that fits.
|
||||
|
||||
Version 2.02.57 - 12th January 2010
|
||||
|
@ -186,7 +186,8 @@ void reset_locking(void)
|
||||
_vg_lock_count = 0;
|
||||
_vg_write_lock_held = 0;
|
||||
|
||||
_locking.reset_locking();
|
||||
if (_locking.reset_locking)
|
||||
_locking.reset_locking();
|
||||
|
||||
if (was_locked)
|
||||
_unblock_signals();
|
||||
|
Loading…
Reference in New Issue
Block a user