On Wed, Oct 30, 2013 at 05:44:49PM -0400, Naoya Horiguchi wrote: ... > diff --git v3.12-rc7-mmots-2013-10-29-16-24.orig/mm/pagewalk.c v3.12-rc7-mmots-2013-10-29-16-24/mm/pagewalk.c > index 2beeabf..af93846 100644 > --- v3.12-rc7-mmots-2013-10-29-16-24.orig/mm/pagewalk.c > +++ v3.12-rc7-mmots-2013-10-29-16-24/mm/pagewalk.c > @@ -3,29 +3,49 @@ > #include <linux/sched.h> > #include <linux/hugetlb.h> > > -static int walk_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, > - struct mm_walk *walk) > +static inline bool skip_check(mm_walk *walk) Sorry, I missed 'struct' here. It happened to be lost in my squashing patches. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>