On Thu, 26 May 2011, Sasha Levin wrote:
Adds a rwlock wrapper which like the mutex wrapper makes rwlock calls similar to their kernel counterparts. Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx>
There's no explanation why a mutex isn't sufficient. The pthread locking primitives aren't all that great in practice so unless you have some correctness issue that requires a rwlock or some numbers, I'd prefer you go for a mutex.
Pekka -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html