projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da367c
)
mm/page-writeback.c: document bdi_min_ratio
author
Johannes Weiner
<
[email protected]
>
Tue, 1 Nov 2011 00:07:05 +0000
(17:07 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/mm/page-writeback.c
b/mm/page-writeback.c
index 0e309cd1b5b9a2e2841a10205d7d91ad87083dc7..793e9874de51f39f1a1b4a2e86c974a671b6574d 100644
(file)
--- a/
mm/page-writeback.c
+++ b/
mm/page-writeback.c
@@
-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;