mm/page-writeback.c: document bdi_min_ratio
authorJohannes Weiner <[email protected]>
Tue, 1 Nov 2011 00:07:05 +0000 (17:07 -0700)
committerLinus Torvalds <[email protected]>
Tue, 1 Nov 2011 00:30:45 +0000 (17:30 -0700)
Looks like someone got distracted after adding the comment characters.

Signed-off-by: Johannes Weiner <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Cc: Wu Fengguang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/page-writeback.c

index 0e309cd1b5b9a2e2841a10205d7d91ad87083dc7..793e9874de51f39f1a1b4a2e86c974a671b6574d 100644 (file)
@@ -305,7 +305,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;