Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217446
b: refs/heads/master
c: 4b20477
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Oct 26, 2010
1 parent b92a4b5 commit 1b6e517
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: cf608ac19c95804dc2df43b1f4f9e068aa9034ab
refs/heads/master: 4b20477f588055fbe87e69435d3c2344d250f0d7
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5336,7 +5336,7 @@ int set_migratetype_isolate(struct page *page)
*/
notifier_ret = memory_isolate_notify(MEM_ISOLATE_COUNT, &arg);
notifier_ret = notifier_to_errno(notifier_ret);
if (notifier_ret || !arg.pages_found)
if (notifier_ret)
goto out;

for (iter = pfn; iter < (pfn + pageblock_nr_pages); iter++) {
Expand Down

0 comments on commit 1b6e517

Please sign in to comment.