From owner-cvs-src@FreeBSD.ORG Wed Dec 24 09:13:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0FE716A4CE; Wed, 24 Dec 2003 09:13:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE2B43D49; Wed, 24 Dec 2003 09:13:01 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBOHD10B002645; Wed, 24 Dec 2003 09:13:01 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBOHD1lF002644; Wed, 24 Dec 2003 09:13:01 -0800 (PST) (envelope-from rwatson) Message-Id: <200312241713.hBOHD1lF002644@repoman.freebsd.org> From: Robert Watson Date: Wed, 24 Dec 2003 09:13:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 17:13:03 -0000 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