cvs commit: src/sys/kern kern_descrip.c kern_exit.c vfs_aio.c
John Baldwin
jhb at FreeBSD.org
Tue Nov 1 09:13:07 PST 2005
jhb 2005-11-01 17:13:06 UTC
FreeBSD src repository
Modified files:
sys/kern kern_descrip.c kern_exit.c vfs_aio.c
Log:
Push down Giant into fdfree() and remove it from two of the callers.
Other callers such as some rfork() cases weren't locking Giant anyway.
Reviewed by: csjp
MFC after: 1 week
Revision Changes Path
1.283 +23 -10 src/sys/kern/kern_descrip.c
1.270 +1 -1 src/sys/kern/kern_exit.c
1.200 +0 -2 src/sys/kern/vfs_aio.c
More information about the cvs-src
mailing list