Re: [PATCH 7/10] i386 sg: add support for chaining scatterlists

2007-05-09 Thread Jens Axboe
On Wed, May 09 2007, Herbert Xu wrote: > Jens Axboe <[EMAIL PROTECTED]> wrote: > > > > diff --git a/include/asm-i386/scatterlist.h b/include/asm-i386/scatterlist.h > > index d7e45a8..794b68c 100644 > > --- a/include/asm-i386/scatterlist.h > > +++ b/include/asm-i386/scatterlist.h > > @@ -8,8 +8,11

Re: [PATCH 7/10] i386 sg: add support for chaining scatterlists

2007-05-09 Thread Jens Axboe
On Wed, May 09 2007, Andrew Morton wrote: > On Wed, 09 May 2007 20:03:29 +1000 Herbert Xu <[EMAIL PROTECTED]> wrote: > > > Jens Axboe <[EMAIL PROTECTED]> wrote: > > > > > > diff --git a/include/asm-i386/scatterlist.h > > > b/include/asm-i386/scatterlist.h > > > index d7e45a8..794b68c 100644 > >

Re: [PATCH 7/10] i386 sg: add support for chaining scatterlists

2007-05-09 Thread Herbert Xu
On Wed, May 09, 2007 at 03:19:15AM -0700, Andrew Morton wrote: > > > BTW, the crypto layer's scatterlist already has a chaining mechanism > > using the existing structure. The only difference is that the chained > > pointer is stored inside the 'struct page *' rather than a new pointer. > > > >

Re: [PATCH 7/10] i386 sg: add support for chaining scatterlists

2007-05-09 Thread Andrew Morton
On Wed, 09 May 2007 20:03:29 +1000 Herbert Xu <[EMAIL PROTECTED]> wrote: > Jens Axboe <[EMAIL PROTECTED]> wrote: > > > > diff --git a/include/asm-i386/scatterlist.h b/include/asm-i386/scatterlist.h > > index d7e45a8..794b68c 100644 > > --- a/include/asm-i386/scatterlist.h > > +++ b/include/asm-i3

Re: [PATCH 7/10] i386 sg: add support for chaining scatterlists

2007-05-09 Thread Herbert Xu
Jens Axboe <[EMAIL PROTECTED]> wrote: > > diff --git a/include/asm-i386/scatterlist.h b/include/asm-i386/scatterlist.h > index d7e45a8..794b68c 100644 > --- a/include/asm-i386/scatterlist.h > +++ b/include/asm-i386/scatterlist.h > @@ -8,8 +8,11 @@ struct scatterlist { > unsigned int offs