X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=mm%2Finternal.h;h=a3110c02aea7d4b6f8edbd06e5a06477d3c2fc8b;hb=a7ee2e5f5b4c9c72f4390c60ba7ea30306f47188;hp=d527b80b292fc7d96308ab91f459dbe7bae874c8;hpb=725d704ecaca4a43f067092c140d4f3271cf2856;p=safe%2Fjmp%2Flinux-2.6 diff --git a/mm/internal.h b/mm/internal.h index d527b80..a3110c0 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); }