On Tue, Apr 07, 2015 at 11:12:31AM -0700, Linus Torvalds wrote:
 > On Apr 7, 2015 10:58 AM, "Dave Jones" <da...@codemonkey.org.uk> wrote:
 > >  >
 > >  > +#define COPY_CHUNK_SIZE (16*PAGE_SIZE)
 > >
 > > This needs to be bigger, just to accomodate things like xfs, which
 > > on my system is over 1mb.  I think some out-of-tree modules
 > > (not that I care deeply) are even bigger.
 > 
 > Umm. It will happily copy megabytes of data. Or gigabytes. It just doors it
 > in smaller chunks, and make sure to test the return value and possibly
 > reschedule in between.

brain no worky. You are of course, correct.

        Dave
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to