K 10 svn:author V 7 attilio K 8 svn:date V 27 2010-01-07T00:47:50.212473Z K 7 svn:log V 582 Exclusive waiters sleeping with LK_SLEEPFAIL on and using interruptible sleeps/timeout may have left spourious lk_exslpfail counts on, so clean it up even when accessing a shared queue acquisition, giving to lk_exslpfail the value of 'upper limit'. In the worst case scenario, infact (mixed interruptible sleep / LK_SLEEPFAIL waiters) what may happen is that both queues are awaken even if that's not necessary, but still no harm. Reported by: Lucius Windschuh Reviewed by: kib Tested by: pho, Lucius Windschuh END