From owner-cvs-all@FreeBSD.ORG Tue Dec 7 07:39:28 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 5923816A4CE; Tue, 7 Dec 2004 07:39:28 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47BB143D58; Tue, 7 Dec 2004 07:39:28 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 3CB3A5CB1A; Mon, 6 Dec 2004 23:39:28 -0800 (PST) Date: Mon, 6 Dec 2004 23:39:28 -0800 From: Alfred Perlstein To: Paul Saab Message-ID: <20041207073928.GF20783@elvis.mu.org> References: <200412070339.iB73drPP033738@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412070339.iB73drPP033738@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsclient nfs_socket.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: Tue, 07 Dec 2004 07:39:28 -0000 * Paul Saab [041206 19:39] wrote: > ps 2004-12-07 03:39:53 UTC > > FreeBSD src repository > > Modified files: > sys/nfsclient nfs_socket.c > Log: > Always issue wakeups() to the NFS requestors under the mutex > to close all potential cases of missed wakeups. > > Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Can't you drop the caddr_t cast in the call to wakeup? -- - Alfred Perlstein