cvs commit: src/sys/kern vfs_syscalls.c
John Baldwin
jhb at FreeBSD.org
Mon Apr 2 13:40:39 UTC 2007
jhb 2007-04-02 13:40:38 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
Don't go to a whole lot of extra work to handle the race where the new
file descriptor is closed out from under us in kern_open(). This race
is already handled and the file will be closed when kern_open() does an
fdrop just before returning.
Revision Changes Path
1.435 +2 -25 src/sys/kern/vfs_syscalls.c
More information about the cvs-src
mailing list