Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140368
b: refs/heads/master
c: e713a21
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Zaytsev authored and Jiri Kosina committed Mar 30, 2009
1 parent cae6cd5 commit 28d2d18
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: e3375ac767b847127df57d186a26abf83d055982
refs/heads/master: e713a21d8251a4c91772f592af46407dfb0b2e4f
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ static int destroy_compound_page(struct page *page, unsigned long order)
for (i = 1; i < nr_pages; i++) {
struct page *p = page + i;

if (unlikely(!PageTail(p) | (p->first_page != page))) {
if (unlikely(!PageTail(p) || (p->first_page != page))) {
bad_page(page);
bad++;
}
Expand Down

0 comments on commit 28d2d18

Please sign in to comment.