]> git.baikalelectronics.ru Git - kernel.git/commit
mm: buffered write iterator
authorNick Piggin <npiggin@suse.de>
Tue, 16 Oct 2007 08:24:59 +0000 (01:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:42:55 +0000 (09:42 -0700)
commit2acaaf1b6c6aa1f613d3cbde5c046db6a795eda3
tree55588cb2815d844e9d0b2404cf8ceafe98b5c55d
parentd7df58f2a9d8a0b9c5aa4b9ead03b88345d67835
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>
include/linux/fs.h
mm/filemap.c
mm/filemap.h [deleted file]