On Fri, Mar 15, 2013 at 9:26 PM, Kirill A. Shutemov <kirill.shute...@linux.intel.com> wrote: > Hillf Danton wrote: >> On Fri, Mar 15, 2013 at 1:50 AM, Kirill A. Shutemov >> <kirill.shute...@linux.intel.com> wrote: >> > -int split_huge_page(struct page *page) >> > +static int split_anon_huge_page(struct page *page) >> > { >> > struct anon_vma *anon_vma; >> > int ret = 1; >> > >> > - BUG_ON(is_huge_zero_pfn(page_to_pfn(page))); >> > - BUG_ON(!PageAnon(page)); >> > - >> deleted, why? > > split_anon_huge_page() should only be called from split_huge_page(). > Probably I could bring it back, but it's kinda redundant. > Ok, no more question. -- 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/
- [PATCHv2, RFC 06/30] thp, mm: basic defines for transpa... Kirill A. Shutemov
- [PATCHv2, RFC 29/30] thp: call __vma_adjust_trans_huge(... Kirill A. Shutemov
- [PATCHv2, RFC 03/30] mm: drop actor argument of do_gene... Kirill A. Shutemov
- Re: [PATCHv2, RFC 03/30] mm: drop actor argument o... Hillf Danton
- Re: [PATCHv2, RFC 03/30] mm: drop actor argument o... Hillf Danton
- Re: [PATCHv2, RFC 03/30] mm: drop actor argume... Kirill A. Shutemov
- [PATCHv2, RFC 26/30] thp: extract fallback path from do... Kirill A. Shutemov
- [PATCHv2, RFC 16/30] thp: handle file pages in split_hu... Kirill A. Shutemov
- Re: [PATCHv2, RFC 16/30] thp: handle file pages in... Hillf Danton
- Re: [PATCHv2, RFC 16/30] thp: handle file page... Kirill A. Shutemov
- Re: [PATCHv2, RFC 16/30] thp: handle file ... Hillf Danton
- [PATCHv2, RFC 09/30] thp, mm: rewrite delete_from_page_... Kirill A. Shutemov
- Re: [PATCHv2, RFC 09/30] thp, mm: rewrite delete_f... Hillf Danton
- Re: [PATCHv2, RFC 09/30] thp, mm: rewrite dele... Kirill A. Shutemov
- [PATCHv2, RFC 02/30] mm: implement zero_huge_user_segme... Kirill A. Shutemov
- [PATCHv2, RFC 15/30] thp, libfs: initial support of thp... Kirill A. Shutemov
- [PATCHv2, RFC 14/30] thp, mm: naive support of thp in g... Kirill A. Shutemov
- Re: [PATCHv2, RFC 14/30] thp, mm: naive support of... Hillf Danton
- Re: [PATCHv2, RFC 14/30] thp, mm: naive suppor... Kirill A. Shutemov
- [PATCHv2, RFC 13/30] thp, mm: implement grab_cache_huge... Kirill A. Shutemov