提交 89903327 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

include/linux/mmzone.h: reflow comment

Someone has an 86 column display.
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 dd56b046
...@@ -337,12 +337,13 @@ struct zone { ...@@ -337,12 +337,13 @@ struct zone {
unsigned long nr_reserved_highatomic; unsigned long nr_reserved_highatomic;
/* /*
* We don't know if the memory that we're going to allocate will be freeable * We don't know if the memory that we're going to allocate will be
* or/and it will be released eventually, so to avoid totally wasting several * freeable or/and it will be released eventually, so to avoid totally
* GB of ram we must reserve some of the lower zone memory (otherwise we risk * wasting several GB of ram we must reserve some of the lower zone
* to run OOM on the lower zones despite there's tons of freeable ram * memory (otherwise we risk to run OOM on the lower zones despite
* on the higher zones). This array is recalculated at runtime if the * there being tons of freeable ram on the higher zones). This array is
* sysctl_lowmem_reserve_ratio sysctl changes. * recalculated at runtime if the sysctl_lowmem_reserve_ratio sysctl
* changes.
*/ */
long lowmem_reserve[MAX_NR_ZONES]; long lowmem_reserve[MAX_NR_ZONES];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册