Re: [PATCH v5 04/11] thp: do_huge_pmd_wp_page(): handle huge zero page

2012-11-15 Thread Kirill A. Shutemov
On Wed, Nov 14, 2012 at 03:08:45PM -0800, David Rientjes wrote: > On Wed, 7 Nov 2012, Kirill A. Shutemov wrote: > > > diff --git a/include/linux/mm.h b/include/linux/mm.h > > index fa06804..fe329da 100644 > > --- a/include/linux/mm.h > > +++ b/include/linux/mm.h > > @@ -516,6 +516,14 @@ static inl

Re: [PATCH v5 04/11] thp: do_huge_pmd_wp_page(): handle huge zero page

2012-11-14 Thread David Rientjes
On Wed, 7 Nov 2012, Kirill A. Shutemov wrote: > diff --git a/include/linux/mm.h b/include/linux/mm.h > index fa06804..fe329da 100644 > --- a/include/linux/mm.h > +++ b/include/linux/mm.h > @@ -516,6 +516,14 @@ static inline pte_t maybe_mkwrite(pte_t pte, struct > vm_area_struct *vma) > } > #end