1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-23 10:50:34 +03:00
Zdenek Kabelac 6470c383b2 Skip unnecessary lock_vol() call after volume deactivation
Improve condition within lock_vol so we are not calling extra unlock
if the volume just has been deactivated.

Patch uses lck_type and replaces negative 'and' condition to more
readable 'or' condition.
Few missing strace traces added.
2011-01-13 14:56:17 +00:00
..
2011-01-10 13:15:57 +00:00
2010-12-20 13:19:13 +00:00
2011-01-12 15:28:33 +00:00
2010-12-20 14:06:33 +00:00
2010-10-26 08:53:25 +00:00
2011-01-13 14:51:32 +00:00