cvs commit: src/sys/kern sys_generic.c
Robert Watson
rwatson at FreeBSD.org
Fri Mar 12 21:58:58 PST 2004
rwatson 2004/03/12 21:58:57 PST
FreeBSD src repository
Modified files:
sys/kern sys_generic.c
Log:
Add annotations to mtx_lock(&Giant) in kern_select() and poll() that
we always grab Giant, even if we're actually only polling objects that
don't require giant. Once socket locking is merged, there will be
strong motivation to fix this.
Revision Changes Path
1.130 +8 -0 src/sys/kern/sys_generic.c
More information about the cvs-src
mailing list