On Thu, Aug 05, 2010 at 03:13:03PM +0900, KOSAKI Motohiro wrote: > congestion_wait() mean "waiting quueue congestion is cleared". > That said, if the system have plenty dirty pages and flusher thread push > new request to IO queue conteniously, IO queue are not cleared > congestion status for long time. thus, congestion_wait(HZ/10) become > almostly equivalent schedule_timeout(HZ/10). > > However, synchronous lumpy reclaim donesn't need this > congestion_wait() at all. shrink_page_list(PAGEOUT_IO_SYNC) are > using wait_on_page_writeback() and it provide sufficient waiting. > > Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> Reviewed-by: Minchan Kim <minchan.kim@xxxxxxxxx> -- Kind regards, Minchan Kim -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>