Can you confirm the fix from Rumko does not break your ulibc setup ?
------------------------------------------------------------------------
Subject:
[PATCH] Latest git -master is not compilable
From:
Rumko <rumcic gmail com>
Date:
Fri, 5 Feb 2010 20:02:23 +0000
To:
"christophe varoqui opensvc com" <christophe varoqui opensvc com>
To:
"christophe varoqui opensvc com" <christophe varoqui opensvc com>
Hi!
In latest git -master on line 1443 of multipathd/main.c lock() is called on
exit_mutex, but since exit_mutex is a pthread_mutex_t, pthread_mutex_lock()
is needed.
Attached is the one-liner patch, tested it on a gentoo machine and seems to be
working.