]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iov_iter: move into its own file
authorZach Brown <zach.brown@oracle.com>
Fri, 3 Sep 2010 18:42:24 +0000 (11:42 -0700)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Fri, 13 Jan 2012 00:02:59 +0000 (18:02 -0600)
commitea7c4482b35e3292877bb40602f881a10c584132
tree639f6938acec0dbd98ea9b6e2ecb4dc9bd0445c2
parentbabdd3bf8a07daac57715919c12fdd90b1617ef8
iov_iter: move into its own file

This moves the iov_iter functions in to their own file.  We're going to be
working on them in upcoming patches.  They become sufficiently large, and
remain self-contained, to justify seperating them from the rest of the huge
mm/filemap.c.

Signed-off-by: Zach Brown <zach.brown@oracle.com>
mm/Makefile
mm/filemap.c
mm/iov-iter.c [new file with mode: 0644]