Fix hang on reconfigure CLI command
authorChristophe Varoqui <christophe.varoqui@opensvc.com>
Wed, 25 May 2011 21:21:42 +0000 (23:21 +0200)
committerChristophe Varoqui <christophe.varoqui@opensvc.com>
Wed, 25 May 2011 21:21:42 +0000 (23:21 +0200)
commite14dd49d9cdd0b57e585ab7dc19b4e2fdb7fca2e
tree118c0d0dfd088534594704da924a035ee1e74e4a
parentfded849ba2900f6a5700836dc0505ad1f6d79124
Fix hang on reconfigure CLI command

Restore the vector locking outside the reconfigure() function.
Moving it inside caused a double-lock hang situation. The
first locker being uxsock_trigger(), caller of reconfigure().

Discussion on-going on wether we'd better stop locking from
uxsock_trigger().
multipathd/main.c