Linux NFS development
 help / color / mirror / Atom feed
From: Trond Myklebust <trond.myklebust@fys.uio.no>
To: "David B. Ritch" <dritch@hpti.com>
Cc: NFS mailing list <nfs@lists.sourceforge.net>
Subject: Re: NFS_All on alpha
Date: 04 Sep 2002 00:59:42 +0200	[thread overview]
Message-ID: <shs3csqr869.fsf@charged.uio.no> (raw)
In-Reply-To: <1031086991.5196.53.camel@twitch>

>>>>> " " == David B Ritch <dritch@hpti.com> 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);
 
 /*


-------------------------------------------------------
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

  reply	other threads:[~2002-09-03 22:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-03 21:03 NFS_All on alpha David B. Ritch
2002-09-03 22:59 ` Trond Myklebust [this message]
2002-09-04 15:47   ` David B. Ritch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=shs3csqr869.fsf@charged.uio.no \
    --to=trond.myklebust@fys.uio.no \
    --cc=dritch@hpti.com \
    --cc=nfs@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox