Re: [PATCH 1/4] Vectorize aio_read/aio_write methods

From: Badari Pulavarty
Date: Thu May 11 2006 - 15:10:38 EST


On Thu, 2006-05-11 at 11:52 -0700, Andrew Morton wrote:
> Badari Pulavarty <pbadari@xxxxxxxxxx> wrote:
> >
> > + size_t count = 0;
> > +
> > + for (seg = 0; seg < nr_segs; seg++)
> > + count += iov[seg].iov_len;
>
> We have iov_length() for this. pls review all patches, send updates if
> appropriate.
>

Will do. That was temporarily added for handling NFS. Chuck needs
to re-write those portions to handle the vectors anyway.

Thanks,
Badari

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/