From owner-cvs-src@FreeBSD.ORG Fri May 30 12:27:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A024F106566C; Fri, 30 May 2008 12:27:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 637E28FC1E; Fri, 30 May 2008 12:27:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UCRJIk007416; Fri, 30 May 2008 12:27:19 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UCRJq2007415; Fri, 30 May 2008 12:27:19 GMT (envelope-from kib) Message-Id: <200805301227.m4UCRJq2007415@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 30 May 2008 12:27:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 30 May 2008 12:27:19 -0000 kib 2008-05-30 12:27:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsserver nfs_serv.c Log: MFC rev. 1.182 Change the fix in the rev. 1.178 to use nfsrv_lockedpair_nd(). Revision Changes Path 1.174.2.4 +2 -6 src/sys/nfsserver/nfs_serv.c