Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334825
b: refs/heads/master
c: a1f1021
h: refs/heads/master
i:
  334823: be8927b
v: v3
  • Loading branch information
Bob Liu authored and Marek Szyprowski committed Oct 23, 2012
1 parent 3b28655 commit 0a7f739
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: 5e97f3f918c27c68c092bdca7917266615aec62f
refs/heads/master: a1f102136538553a9488c713a336065ebb567542
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5825,7 +5825,7 @@ int alloc_contig_range(unsigned long start, unsigned long end,
ret = start_isolate_page_range(pfn_max_align_down(start),
pfn_max_align_up(end), migratetype);
if (ret)
goto done;
return ret;

ret = __alloc_contig_migrate_range(&cc, start, end);
if (ret)
Expand Down

0 comments on commit 0a7f739

Please sign in to comment.