From: "David B. Ritch" Subject: Re: NFS_All on alpha Date: 04 Sep 2002 11:47:06 -0400 Sender: nfs-admin@lists.sourceforge.net Message-ID: <1031154426.2779.19.camel@twitch> References: <1031086991.5196.53.camel@twitch> Mime-Version: 1.0 Content-Type: text/plain Cc: NFS mailing list Return-path: Received: from sl-highp1-1-0.sprintlink.net ([144.228.5.138] helo=localhost.localdomain) by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 17mcNA-0005eU-00 for ; Wed, 04 Sep 2002 08:47:16 -0700 To: Trond Myklebust In-Reply-To: Errors-To: nfs-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Id: Discussion of NFS under Linux development, interoperability, and testing. List-Unsubscribe: , List-Archive: Thank you. That seems to have taken care of it. David On Tue, 2002-09-03 at 18:59, Trond Myklebust wrote: > >>>>> " " == David B Ritch writes: > > > Should xdr_shift_buf take an int or a long? Are there any > > It should indeed take a size_t as is done in 2.5.x, and > 2.4.20-pre5. Sorry I forgot to apply that change to my own tree. > > > other known problems for a 64-bit architecture in the nfs_all > > patches? > > Not that I'm aware of. > > Cheers, > Trond > > diff -Nru a/include/linux/sunrpc/xdr.h b/include/linux/sunrpc/xdr.h > --- a/include/linux/sunrpc/xdr.h Wed Sep 4 00:58:53 2002 > +++ b/include/linux/sunrpc/xdr.h Wed Sep 4 00:58:53 2002 > @@ -138,7 +138,7 @@ > */ > extern int xdr_kmap(struct iovec *, struct xdr_buf *, unsigned int); > extern void xdr_kunmap(struct xdr_buf *, unsigned int); > -extern void xdr_shift_buf(struct xdr_buf *, unsigned int); > +extern void xdr_shift_buf(struct xdr_buf *, size_t); > extern void xdr_zero_buf(struct xdr_buf *, unsigned int); > > /* -- David B. Ritch High Performance Technologies, Inc. ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs