From 17dc5cfc5d2635ba5eb1bf707e2b9dad78dce5f0 Mon Sep 17 00:00:00 2001 From: Johannes Weiner Date: Wed, 5 Oct 2011 11:42:48 +1100 Subject: [PATCH] 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 --- mm/page-writeback.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mm/page-writeback.c b/mm/page-writeback.c index a9a939341884..487a2b5bf7d7 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -310,7 +310,9 @@ static void bdi_writeout_fraction(struct backing_dev_info *bdi, } /* - * + * 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; -- 2.39.5