From owner-svn-src-head@FreeBSD.ORG Sun Nov 15 21:35:53 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4A21065672; Sun, 15 Nov 2009 21:35:53 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 9E31B8FC1C; Sun, 15 Nov 2009 21:35:51 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-8-131.flashcable.ch [91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id nAFL2NAT027454; Sun, 15 Nov 2009 22:02:23 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <4B006C5F.7060306@fgznet.ch> Date: Sun, 15 Nov 2009 22:02:23 +0100 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Marcel Moolenaar References: <200911150309.nAF39oYJ021170@svn.freebsd.org> In-Reply-To: <200911150309.nAF39oYJ021170@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r199284 - head/sys/nfsserver X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 21:35:53 -0000 Marcel Moolenaar wrote: > Author: marcel > Date: Sun Nov 15 03:09:50 2009 > New Revision: 199284 > URL: http://svn.freebsd.org/changeset/base/199284 > > Log: > Revert previous change and fix misalignment by using bcopy() > to copy the file handle from fid_data into fh. This eliminates > conditional compilation. > > Pointed out by: imp > > Modified: > head/sys/nfsserver/nfs_fha.c Thanks Marcel, with this ci I'm able the mount my nfs exports from i386 on ppc/amd64 again. With the previous commit I was only able to mount the nfs exports from amd64 to powerpc but not from i386 to powerpc. Andreas