Re: [PATCH v4 01/31] iov_iter: move into its own file

2012-11-23 Thread Dave Kleikamp
On 11/23/2012 02:14 AM, Christoph Hellwig wrote: > On Wed, Nov 21, 2012 at 04:40:41PM -0600, Dave Kleikamp wrote: >> From: Zach Brown >> >> 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 rem

Re: [PATCH v4 01/31] iov_iter: move into its own file

2012-11-23 Thread Christoph Hellwig
On Wed, Nov 21, 2012 at 04:40:41PM -0600, Dave Kleikamp wrote: > From: Zach Brown > > 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

[PATCH v4 01/31] iov_iter: move into its own file

2012-11-22 Thread Dave Kleikamp
From: Zach Brown 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: Dave Kleikamp Acked-by: