Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217495
b: refs/heads/master
c: f6a3607
h: refs/heads/master
i:
  217493: 513ce11
  217491: a3ad6a8
  217487: 4a6b862
v: v3
  • Loading branch information
Bob Liu authored and Linus Torvalds committed Oct 26, 2010
1 parent 81e3432 commit f947b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 572438f9b52236bd8938b1647cc15e027d27ef55
refs/heads/master: f6a3607e5f30dc642bead8cd95c48d47b6b4bfbb
3 changes: 1 addition & 2 deletions trunk/mm/page_isolation.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ undo_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn)
* all pages in [start_pfn...end_pfn) must be in the same zone.
* zone->lock must be held before call this.
*
* Returns 0 if all pages in the range is isolated.
* Returns 1 if all pages in the range is isolated.
*/
static int
__test_page_isolated_in_pageblock(unsigned long pfn, unsigned long end_pfn)
Expand Down Expand Up @@ -119,7 +119,6 @@ int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn)
struct zone *zone;
int ret;

pfn = start_pfn;
/*
* Note: pageblock_nr_page != MAX_ORDER. Then, chunks of free page
* is not aligned to pageblock_nr_pages.
Expand Down

0 comments on commit f947b61

Please sign in to comment.