Re: [PATCH 2.6.13-rc6-mm2] v9fs: use standard kernel byteswapping routines

2005-08-28 Thread Alexey Dobriyan
On Sun, Aug 28, 2005 at 04:43:27PM -0500, Eric Van Hensbergen wrote: > On 8/28/05, Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > On Sun, Aug 28, 2005 at 04:05:07PM -0500, Eric Van Hensbergen wrote: > > > [PATCH] v9fs: use standard kernel byteswapping routines > > > > > > Originally suggested by hc

Re: [PATCH 2.6.13-rc6-mm2] v9fs: use standard kernel byteswapping routines

2005-08-28 Thread Eric Van Hensbergen
On 8/28/05, Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > On Sun, Aug 28, 2005 at 04:05:07PM -0500, Eric Van Hensbergen wrote: > > [PATCH] v9fs: use standard kernel byteswapping routines > > > > Originally suggested by hch, we have removed our byteswap code > > and replaced it with calls to the stan

Re: [PATCH 2.6.13-rc6-mm2] v9fs: use standard kernel byteswapping routines

2005-08-28 Thread Alexey Dobriyan
On Sun, Aug 28, 2005 at 04:05:07PM -0500, Eric Van Hensbergen wrote: > [PATCH] v9fs: use standard kernel byteswapping routines > > Originally suggested by hch, we have removed our byteswap code > and replaced it with calls to the standard kernel byteswapping code. > - buf->p[0] = val; > -