diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 5faf876cfc3a..099790052bfe 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -5336,7 +5336,7 @@ int set_migratetype_isolate(struct page *page) | |||
5336 | */ | 5336 | */ |
5337 | notifier_ret = memory_isolate_notify(MEM_ISOLATE_COUNT, &arg); | 5337 | notifier_ret = memory_isolate_notify(MEM_ISOLATE_COUNT, &arg); |
5338 | notifier_ret = notifier_to_errno(notifier_ret); | 5338 | notifier_ret = notifier_to_errno(notifier_ret); |
5339 | if (notifier_ret || !arg.pages_found) | 5339 | if (notifier_ret) |
5340 | goto out; | 5340 | goto out; |
5341 | 5341 | ||
5342 | for (iter = pfn; iter < (pfn + pageblock_nr_pages); iter++) { | 5342 | for (iter = pfn; iter < (pfn + pageblock_nr_pages); iter++) { |