]> 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>
Fri, 7 Oct 2011 06:06:32 +0000 (17:06 +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 bc175409c81cfb689de0b34253fa7a0ea9af7a50..305f563d5c0e5ebdcce1275db1898779a8958e57 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;