Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83044
b: refs/heads/master
c: aec2c3e
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Feb 5, 2008
1 parent d2b05e4 commit d87e2d6
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: bf53d6f8fa467397a16de2a2500312ae26528d34
refs/heads/master: aec2c3ed01ed54d0cdf7f6b7c4be217c045ac5ea
2 changes: 1 addition & 1 deletion trunk/include/linux/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static inline int put_page_testzero(struct page *page)
*/
static inline int get_page_unless_zero(struct page *page)
{
VM_BUG_ON(PageCompound(page));
VM_BUG_ON(PageTail(page));
return atomic_inc_not_zero(&page->_count);
}

Expand Down

0 comments on commit d87e2d6

Please sign in to comment.