From owner-cvs-all@FreeBSD.ORG Thu Mar 17 12:00:06 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CA816A4CE; Thu, 17 Mar 2005 12:00:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C8243D54; Thu, 17 Mar 2005 12:00:06 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HC05ow068539; Thu, 17 Mar 2005 12:00:05 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HC05CC068535; Thu, 17 Mar 2005 12:00:05 GMT (envelope-from jeff) Message-Id: <200503171200.j2HC05CC068535@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 17 Mar 2005 12:00:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nullfs null_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 12:00:06 -0000 jeff 2005-03-17 12:00:05 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_vnops.c Log: - Lock the clearing of v_data so it is safe to inspect it with the interlock. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.86 +7 -1 src/sys/fs/nullfs/null_vnops.c