cvs commit: src/sys/kern kern_lock.c src/sys/sys lockmgr.h
Attilio Rao
attilio at FreeBSD.org
Mon Apr 7 14:46:39 UTC 2008
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
More information about the cvs-src
mailing list