From owner-cvs-src@FreeBSD.ORG Sat Oct 4 05:52:38 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 E97EE16A4B3; Sat, 4 Oct 2003 05:52:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8FF43FDF; Sat, 4 Oct 2003 05:52:38 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h94CqcXJ093455; Sat, 4 Oct 2003 05:52:38 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h94Cqbt2093454; Sat, 4 Oct 2003 05:52:37 -0700 (PDT) (envelope-from jeff) Message-Id: <200310041252.h94Cqbt2093454@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 4 Oct 2003 05:52:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.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: Sat, 04 Oct 2003 12:52:39 -0000 jeff 2003/10/04 05:52:37 PDT FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: - Acquire the vnode interlock prior to droping the mntvnode_mtx. This does not eliminate races where the vnode could be reclaimed and end up with a NULL v_data pointer but Giant is protecting us from that at the moment. Revision Changes Path 1.107 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c