diff --git a/[refs] b/[refs] index 403046e2f544..d03fc2cbd096 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52bb9198668968506f9d12bf35d7f5d3f094921e +refs/heads/master: bc57e00f5e0b2480ef222c775c49552d3a930db7 diff --git a/trunk/mm/vmscan.c b/trunk/mm/vmscan.c index 4a6dccb57586..399d54e8a82c 100644 --- a/trunk/mm/vmscan.c +++ b/trunk/mm/vmscan.c @@ -1340,8 +1340,6 @@ shrink_inactive_list(unsigned long nr_to_scan, struct zone *zone, /* Check if we should syncronously wait for writeback */ if (should_reclaim_stall(nr_taken, nr_reclaimed, priority, sc)) { - congestion_wait(BLK_RW_ASYNC, HZ/10); - /* * The attempt at page out may have made some * of the pages active, mark them inactive again.