From owner-svn-src-all@FreeBSD.ORG Tue May 12 08:18:39 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 1CDA11065694; Tue, 12 May 2009 08:18:39 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (router.rabson.org [80.177.232.241]) by mx1.freebsd.org (Postfix) with ESMTP id 97AA48FC20; Tue, 12 May 2009 08:18:34 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2001:470:909f:1:225:ff:feed:9426] (unknown [IPv6:2001:470:909f:1:225:ff:feed:9426]) by itchy.rabson.org (Postfix) with ESMTP id 7FB695CF3; Tue, 12 May 2009 09:18:41 +0100 (BST) Message-Id: <6F0EE05A-45C0-410F-AFE4-7A6DD3CEF452@rabson.org> From: Doug Rabson To: Kip Macy In-Reply-To: <3c1674c90905120116l46d2fc84w789b3396419a9ede@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.4) Date: Tue, 12 May 2009 09:18:02 +0100 References: <200905110418.n4B4IxPC077484@svn.freebsd.org> <0E48393C-F519-42A1-AD3C-3EC31EE2AE06@rabson.org> <3c1674c90905111223u74ec12ch9f40772940a42396@mail.gmail.com> <3c1674c90905112203p363d3dfdoa0511d8b5c00f74b@mail.gmail.com> <56AB958E-2FF5-421C-9B72-1181EA265A35@rabson.org> <3c1674c90905120116l46d2fc84w789b3396419a9ede@mail.gmail.com> X-Mailer: Apple Mail (2.930.4) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191984 - in head/sys: cddl/contrib/opensolaris/uts/common/rpc modules/zfs 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, 12 May 2009 08:18:39 -0000 On 12 May 2009, at 09:16, Kip Macy wrote: > On Tue, May 12, 2009 at 12:33 AM, Doug Rabson wrote: >> >> On 12 May 2009, at 06:03, Kip Macy wrote: >> >>> Here is the problem, FreeBSD is sloppy about 32-bit vs. 64-bit for >>> xdr >>> whereas in the kernel, Solaris is not. >> >> I thought that XDR 'long' types were 32 bit regardless of whether the >> platform was 32 or 64 bit. I'll have to read the code again. > > I'm not familiar with XDR, so I might be in error. If you could > reconcile the differences between Solaris and FreeBSD so that ZFS can > use FreeBSD's XDR implementation I would greatly appreciate it. I'll see what I can do. Thanks for taking the time to look at it.