CVSROOT:        /cvs
Module name:    src
Changes by:     piro...@cvs.openbsd.org 2012/06/19 02:43:32

Modified files:
        sys/compat/linux: linux_futex.c 

Log message:
Change the pool_get() flags from WAITOK to NOWAIT.

This avoids a potential lost-wakeup as pointed out by guenther@.

Now the futex is locked all through the process and EAGAIN is returned
on failure.

Makes sense to guenther@.

Reply via email to