]> err.no Git - linux-2.6/blobdiff - include/linux/mm.h
[NETFILTER]: H.323 helper: move some function prototypes to ip_conntrack_h323.h
[linux-2.6] / include / linux / mm.h
index 7d8c127daad725a4e969f56c662c1aae2ef84d96..6aa016f1d3ae05d4b29e2076431219283b4c689a 100644 (file)
@@ -311,7 +311,7 @@ extern void FASTCALL(__page_cache_release(struct page *));
 
 static inline int page_count(struct page *page)
 {
-       if (PageCompound(page))
+       if (unlikely(PageCompound(page)))
                page = (struct page *)page_private(page);
        return atomic_read(&page->_count);
 }