Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190784
b: refs/heads/master
c: 4a6018f
h: refs/heads/master
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed May 12, 2010
1 parent 6abd9c2 commit 151b8ac
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: 475f9aa6aa538befcbd0fa95bdebada600f247cd
refs/heads/master: 4a6018f7f4f1075c1a5403b5ec0ee7262187b86c
2 changes: 1 addition & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ static struct page *alloc_huge_page(struct vm_area_struct *vma,
page = alloc_buddy_huge_page(h, vma, addr);
if (!page) {
hugetlb_put_quota(inode->i_mapping, chg);
return ERR_PTR(-VM_FAULT_OOM);
return ERR_PTR(-VM_FAULT_SIGBUS);
}
}

Expand Down

0 comments on commit 151b8ac

Please sign in to comment.