From owner-cvs-all@FreeBSD.ORG Wed Apr 25 20:53:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE82416A401; Wed, 25 Apr 2007 20:53:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9877413C4BA; Wed, 25 Apr 2007 20:53:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3PKroCQ003975; Wed, 25 Apr 2007 20:53:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3PKroDZ003973; Wed, 25 Apr 2007 20:53:50 GMT (envelope-from jhb) Message-Id: <200704252053.l3PKroDZ003973@repoman.freebsd.org> From: John Baldwin Date: Wed, 25 Apr 2007 20:53:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 25 Apr 2007 20:53:50 -0000 jhb 2007-04-25 20:53:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_vnops.c Log: MFC: Don't hold the vnode interlock across a tsleep() in nfs_flush(). This was actually contained in the MPSAFE NFS client changes which is not all being MFC'd, however, this fixes a bug in the previous fix to nfs_flush(). Guidance from: mohans Revision Changes Path 1.258.2.13 +3 -2 src/sys/nfsclient/nfs_vnops.c