X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=mm%2Finternal.h;h=a3110c02aea7d4b6f8edbd06e5a06477d3c2fc8b;hb=75154f402ef18e459ff97ddece25656b6c2b329c;hp=d527b80b292fc7d96308ab91f459dbe7bae874c8;hpb=c45aa055c32b488fc3fd73c760df372b09acf69a;p=powerpc.git diff --git a/mm/internal.h b/mm/internal.h index d527b80b29..a3110c02ae 100644 --- a/mm/internal.h +++ b/mm/internal.h @@ -24,7 +24,7 @@ static inline void set_page_count(struct page *page, int v) */ static inline void set_page_refcounted(struct page *page) { - VM_BUG_ON(PageCompound(page) && page_private(page) != (unsigned long)page); + VM_BUG_ON(PageCompound(page) && PageTail(page)); VM_BUG_ON(atomic_read(&page->_count)); set_page_count(page, 1); }