From owner-cvs-all@FreeBSD.ORG Fri Oct 1 05:01:42 2004 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 4E78016A588; Fri, 1 Oct 2004 05:01:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E20543D45; Fri, 1 Oct 2004 05:01:42 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9151gbt086510; Fri, 1 Oct 2004 05:01:42 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9151gcw086509; Fri, 1 Oct 2004 05:01:42 GMT (envelope-from das) Message-Id: <200410010501.i9151gcw086509@repoman.freebsd.org> From: David Schultz Date: Fri, 1 Oct 2004 05:01:42 +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/nfsclient nfs_bio.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: Fri, 01 Oct 2004 05:01:42 -0000 das 2004-10-01 05:01:42 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_bio.c Log: nfsclient/nfs_bio.c has a PHOLD() without a PRELE(). Neither should be necessary here. Also, use killproc() instead of psignal(). Revision Changes Path 1.136 +1 -3 src/sys/nfsclient/nfs_bio.c