diff options
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 8b086070c3a5..0755b9fd03a7 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -499,7 +499,7 @@ static inline int page_count(struct page *page) | |||
499 | 499 | ||
500 | static inline bool __compound_tail_refcounted(struct page *page) | 500 | static inline bool __compound_tail_refcounted(struct page *page) |
501 | { | 501 | { |
502 | return PageAnon(page) && !PageSlab(page) && !PageHeadHuge(page); | 502 | return !PageSlab(page) && !PageHeadHuge(page); |
503 | } | 503 | } |
504 | 504 | ||
505 | /* | 505 | /* |