commit | 2f718ffc16c43a435d12919c75dbfad518abd056 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Tue Oct 16 01:24:59 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 16 09:42:55 2007 -0700 |
tree | 55588cb2815d844e9d0b2404cf8ceafe98b5c55d | |
parent | 08291429cfa6258c4cd95d8833beb40f828b194e [diff] |
mm: buffered write iterator Add an iterator data structure to operate over an iovec. Add usercopy operators needed by generic_file_buffered_write, and convert that function over. Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>