On Thu, Nov 19, 2015 at 01:25:29AM +0200, Kirill A. Shutemov wrote: > The idea borrowed from Peter's patch from patchset on speculative page > faults[1]: > > Instead of passing around the endless list of function arguments, > replace the lot with a single structure so we can change context > without endless function signature changes. > > The changes are mostly mechanical with exception of faultaround code: > filemap_map_pages() got reworked a bit. > > This patch is preparation for the next one. > > [1] http://lkml.kernel.org/r/[email protected] > > Signed-off-by: Kirill A. Shutemov <[email protected]> > Cc: Peter Zijlstra <[email protected]>
Thanks for doing that! Acked-by: Peter Zijlstra (Intel) <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

