From owner-cvs-all@FreeBSD.ORG Mon Mar 28 09:46:33 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 70B6316A4CE; Mon, 28 Mar 2005 09:46:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4516843D3F; Mon, 28 Mar 2005 09:46:33 +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 j2S9kX9T026759; Mon, 28 Mar 2005 09:46:33 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2S9kXZn026758; Mon, 28 Mar 2005 09:46:33 GMT (envelope-from jeff) Message-Id: <200503280946.j2S9kXZn026758@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 28 Mar 2005 09:46:33 +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/nwfs nwfs_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: Mon, 28 Mar 2005 09:46:33 -0000 jeff 2005-03-28 09:46:33 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_vnops.c Log: - nwfs_lookup() is no longer responsible for unlocking the dvp, this is handled in vfs_lookup.c. This code was missing PDIRUNLOCK use prior to the removal of PDIRUNLOCK in rev 1.73 of vfs_lookup.c. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.39 +10 -26 src/sys/fs/nwfs/nwfs_vnops.c