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

From: Andrew Morton
Date: Thu May 11 2006 - 14:49:46 EST


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.

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