[patch 1/5] fs: add an iovec iterator

2007-03-14 Thread Nick Piggin
Add an iterator data structure to operate over an iovec. Add usercopy operators needed by generic_file_buffered_write, and convert that function over. include/linux/fs.h | 33 mm/filemap.c | 144 +++-- mm/filemap.h |

Re: [patch 1/5] fs: add an iovec iterator

2007-03-14 Thread Nick Piggin
On Wed, Mar 14, 2007 at 02:38:12PM +0100, Nick Piggin wrote: Add an iterator data structure to operate over an iovec. Add usercopy operators needed by generic_file_buffered_write, and convert that function over. Just a note to anyone looking at these -- they don't apply to any tree, and I'm