diff --git a/[refs] b/[refs] index 6359b01ed855..2b6c598ca82f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01dbe5c9b1004dab045cb7f38428258ca9cddc02 +refs/heads/master: 09f445e7f5107c91be12ed386350de6cd055e0a4 diff --git a/trunk/mm/vmscan.c b/trunk/mm/vmscan.c index 13f050d667e9..466a36b3bada 100644 --- a/trunk/mm/vmscan.c +++ b/trunk/mm/vmscan.c @@ -1167,11 +1167,6 @@ static inline void note_zone_scanning_priority(struct zone *zone, int priority) zone->prev_priority = priority; } -static inline int zone_is_near_oom(struct zone *zone) -{ - return zone->pages_scanned >= (zone_lru_pages(zone) * 3); -} - /* * This moves pages from the active list to the inactive list. *