Date: Mon, 2 Apr 2007 13:40:38 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200704021340.l32DedRX051005@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704021340.l32DedRX051005>