Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22479
b: refs/heads/master
c: 617d221
h: refs/heads/master
i:
  22477: ba40086
  22475: 2914947
  22471: 2705e3f
  22463: e247280
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Mar 22, 2006
1 parent 47dba13 commit 52afa3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7ab795b7bec9997d4fde39f249d52823d36d98d
refs/heads/master: 617d2214ee06c209e5c375c280d50abace8058e1
2 changes: 1 addition & 1 deletion trunk/include/linux/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 52afa3e

Please sign in to comment.