Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83096
b: refs/heads/master
c: ae1276b
h: refs/heads/master
v: v3
  • Loading branch information
Qi Yong authored and Linus Torvalds committed Feb 5, 2008
1 parent b64a211 commit 99ec2cc
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: 920c7a5d0c94b8ce740f1d76fa06422f2a95a757
refs/heads/master: ae1276b9349a2fd9c3afb4651e25a77ac03299d9
2 changes: 1 addition & 1 deletion trunk/mm/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) && PageTail(page));
VM_BUG_ON(PageTail(page));
VM_BUG_ON(atomic_read(&page->_count));
set_page_count(page, 1);
}
Expand Down

0 comments on commit 99ec2cc

Please sign in to comment.