Thread (26 messages) flat view 26 messages, 8 authors, 2007-01-17

Re: [PATCH -mm 3/10][RFC] aio: use iov_length instead of ki_left

From: Nate Diller <hidden>
Date: 2007-01-16 05:37:31
Also in: linux-fsdevel, lkml

On 1/15/07, Christoph Hellwig [off-list ref] wrote:
On Mon, Jan 15, 2007 at 05:54:50PM -0800, Nate Diller wrote:
quoted
Convert code using iocb->ki_left to use the more generic iov_length() call.
No way.  We need to reduce the numer of iovec traversals, not adding
more of them.
ok, I can work on a version of this that uses struct iodesc.  Maybe
something like this?

struct iodesc {
        struct iovec *iov;
        unsigned long nr_segs;
        size_t nbytes;
};

I suppose it's worth doing the iodesc thing along with this patchset
anyway, since it'll avoid an extra round of interface churn.

NATE
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help