Messages in this thread |  | | Date | Fri, 01 Nov 2013 02:23:44 -0400 | From | Naoya Horiguchi <> | Subject | Re: [PATCH 01/11] pagewalk: update page table walker core |
| |
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.
|  |