From owner-svn-src-all@FreeBSD.ORG Tue Jun 30 14:52:42 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CB48106564A; Tue, 30 Jun 2009 14:52:42 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 0A60C8FC08; Tue, 30 Jun 2009 14:52:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n5UEo1j6017510; Tue, 30 Jun 2009 08:50:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 30 Jun 2009 08:50:25 -0600 (MDT) Message-Id: <20090630.085025.143671772.imp@bsdimp.com> To: bz0fbd@zabbadoz.net From: "M. Warner Losh" In-Reply-To: <20090630051641.T22887@maildrop.int.zabbadoz.net> References: <200906300318.n5U3Ipr4066645@svn.freebsd.org> <20090630051641.T22887@maildrop.int.zabbadoz.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, dfr@FreeBSD.org, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: svn commit: r195181 - in head/sys: nfsclient nfsserver X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 14:52:42 -0000 In message: <20090630051641.T22887@maildrop.int.zabbadoz.net> bz0fbd@zabbadoz.net writes: : On Tue, 30 Jun 2009, John Baldwin wrote: : : > Author: jhb : > Date: Tue Jun 30 03:18:51 2009 : > New Revision: 195181 : > URL: http://svn.freebsd.org/changeset/base/195181 : > : > Log: : > Fix build with NFS_LEGACYRPC enabled after the socket upcall locking : > changes. : : is this really a good idea, considering that NFS_LEGACYRPC is on the : "removal list" for 8.0? : : Will it go or will it stay? I thought it was already (partly) gone? I thought it was still needed for a few embedded platforms... Warner