Re: [patch] remove redundant iov segment check

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Hellwig
Date: Tuesday, January 2, 2007 - 4:01 am

> I wonder if it wouldn't be better to make this change as part of a  

I suspect it should be rather trivial to get this started.  As a first
step we simply add a

struct iodesc {
	int nr_segs;
	struct iovec ioc[]
};

And then we can add fields where nessecary.  First a full_length one
to avoid the loops to calculate thw whole I/O size, then flags for
the alignment check, etc..  
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [patch] remove redundant iov segment check, Christoph Hellwig, (Tue Jan 2, 4:01 am)
Re: [patch] remove redundant iov segment check, Zach Brown, (Tue Jan 2, 11:22 am)
RE: [patch] remove redundant iov segment check, Chen, Kenneth W, (Tue Jan 2, 11:25 am)