On Fri, 2010-08-06 at 00:10 +0800, Wu Fengguang wrote: Acked-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> > +/** > + * bdi_dirty_limit - @bdi's share of dirty throttling threshold > + * > + * Allocate high/low dirty limits to fast/slow devices, in order to prevent > + * - starving fast devices > + * - piling up dirty pages (that will take long time to sync) on slow devices > + * > + * The bdi's share of dirty limit will be adapting to its throughput and > + * bounded by the bdi->min_ratio and/or bdi->max_ratio parameters, if set. > + */ Another thing solved by the introduction of per-bdi dirty limits (and now per-bdi flushing) is the whole stacked-bdi writeout deadlock. Although I'm not sure we want/need to mention that here. -- 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