]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/page-writeback.c: document bdi_min_ratio
authorJohannes Weiner <jweiner@redhat.com>
Mon, 24 Oct 2011 14:54:01 +0000 (01:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Oct 2011 09:07:36 +0000 (20:07 +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 434c17e736e0f3a87a9c6b9a9af190dce4d7c49f..6ff5bac617cdc191e0dbf1d23d8b81d8e62b778f 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;