From owner-svn-src-all@FreeBSD.ORG Tue Jun 30 15:26:02 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 23BE21065675; Tue, 30 Jun 2009 15:26:02 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id EC9978FC17; Tue, 30 Jun 2009 15:26:01 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n5UFPxoN073389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Jun 2009 08:25:59 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4A4A2E87.3090104@freebsd.org> Date: Tue, 30 Jun 2009 08:25:59 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (X11/20090411) MIME-Version: 1.0 To: "M. Warner Losh" References: <200906300318.n5U3Ipr4066645@svn.freebsd.org> <20090630051641.T22887@maildrop.int.zabbadoz.net> <20090630.085025.143671772.imp@bsdimp.com> In-Reply-To: <20090630.085025.143671772.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-URT-Metrics: ebb.errno.com; whitelist Cc: dfr@freebsd.org, src-committers@freebsd.org, jhb@freebsd.org, svn-src-all@freebsd.org, bz0fbd@zabbadoz.net, svn-src-head@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 15:26:02 -0000 M. Warner Losh wrote: > 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... > Misaligned access problems that hit arm and mips appear to be fixed. Sam