From: Johannes Weiner Date: Wed, 28 Sep 2011 00:50:02 +0000 (+1000) Subject: mm/page-writeback.c: document bdi_min_ratio X-Git-Tag: next-20110929~2^2~196 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5f218410260ef9a33ec19ea27ce23c656f88cc41;p=karo-tx-linux.git mm/page-writeback.c: document bdi_min_ratio Looks like someone got distracted after adding the comment characters. Signed-off-by: Johannes Weiner Acked-by: Peter Zijlstra Cc: Wu Fengguang Signed-off-by: Andrew Morton <> --- diff --git a/mm/page-writeback.c b/mm/page-writeback.c index da6d263a8c8c..4ee5d6a32e59 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -364,7 +364,9 @@ static unsigned long task_min_dirty_limit(unsigned long bdi_dirty) } /* - * + * bdi_min_ratio keeps the sum of the minimum dirty shares of all + * registered backing devices, which, for obvious reasons, can not + * exceed 100%. */ static unsigned int bdi_min_ratio;