]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/page-writeback.c: document bdi_min_ratio
authorJohannes Weiner <jweiner@redhat.com>
Wed, 5 Oct 2011 00:42:48 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 12 Oct 2011 06:32:01 +0000 (17:32 +1100)
Looks like someone got distracted after adding the comment characters.

Signed-off-by: Johannes Weiner <jweiner@redhat.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page-writeback.c

index a9a939341884fd930462028d55936211b1038092..487a2b5bf7d77d151d5a25edd67b3473d5ab3c34 100644 (file)
@@ -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;