Commit d8259d09 authored by Andrew Morton's avatar Andrew Morton Committed by Jaroslav Kysela

[PATCH] remove a vm debug check

This ad-hoc assertion is no longer true.  If all zones are in the `all
unreclaimable' state it can trigger.  When testing with a tiny amount
of physical memory.
parent 234931ab
...@@ -815,8 +815,6 @@ try_to_free_pages(struct zone *classzone, ...@@ -815,8 +815,6 @@ try_to_free_pages(struct zone *classzone,
nr_pages, &ps); nr_pages, &ps);
if (nr_reclaimed >= nr_pages) if (nr_reclaimed >= nr_pages)
return 1; return 1;
if (total_scanned == 0)
printk("%s: I am buggy\n", __FUNCTION__);
if (!(gfp_mask & __GFP_FS)) if (!(gfp_mask & __GFP_FS))
break; /* Let the caller handle it */ break; /* Let the caller handle it */
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment