On Thu, 5 Jun 2008, npiggin@suse.de wrote:
quoted text > + * do the right thing (see comments above).
> + */
> + return 0;
> + }
> +#endif
> + VM_BUG_ON(PageCompound(page) && (struct page *)page_private(page) != page);
This is easier written as:
== VM_BUG_ON(PageTail(page)
And its also slightly incorrect since page_private(page) is not pointing
to the head page for PageHead(page).
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [patch 3/7] mm: speculative page references , Christoph Lameter , (Tue Jun 10, 12:08 pm)