Date: Wed, 24 Dec 2003 09:13:01 -0800 (PST) From: Robert Watson <rwatson@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: <200312241713.hBOHD1lF002644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/12/24 09:13:01 PST FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Document that when we are addressing an open()/close() race, the reason we call vn_close() manually rather than letting fdrop() take care of it is that we haven't yet hooked up the various 'struct file' fields. Revision Changes Path 1.334 +2 -0 src/sys/kern/vfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312241713.hBOHD1lF002644>