attilio 2008-04-07 14:46:38 UTC FreeBSD src repository
Modified files: sys/kern kern_lock.c sys/sys lockmgr.h Log: - Use a different encoding for lockmgr options: make them encoded by bit in order to allow per-bit checks on the options flag, in particular in the consumers code [1] - Re-enable the check against TDP_DEADLKTREAT as the anti-waiters starvation patch allows exclusive waiters to override new shared requests. [1] Requested by: pjd, jeff Revision Changes Path 1.129 +1 -1 src/sys/kern/kern_lock.c 1.69 +21 -21 src/sys/sys/lockmgr.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"