diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2015-11-06 19:28:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-06 20:50:42 -0500 |
commit | 89903327607232de32f05100cf03f9390b858e0b (patch) | |
tree | 19709e4e1b1785f8f57ba21cb602338063252715 /include/linux/mmzone.h | |
parent | dd56b046426760aa0c852ad6e4b6b07891222d65 (diff) |
include/linux/mmzone.h: reflow comment
Someone has an 86 column display.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index d3bafe4ff32b..e23a9e704536 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -337,12 +337,13 @@ struct zone { | |||
337 | unsigned long nr_reserved_highatomic; | 337 | unsigned long nr_reserved_highatomic; |
338 | 338 | ||
339 | /* | 339 | /* |
340 | * We don't know if the memory that we're going to allocate will be freeable | 340 | * We don't know if the memory that we're going to allocate will be |
341 | * or/and it will be released eventually, so to avoid totally wasting several | 341 | * freeable or/and it will be released eventually, so to avoid totally |
342 | * GB of ram we must reserve some of the lower zone memory (otherwise we risk | 342 | * wasting several GB of ram we must reserve some of the lower zone |
343 | * to run OOM on the lower zones despite there's tons of freeable ram | 343 | * memory (otherwise we risk to run OOM on the lower zones despite |
344 | * on the higher zones). This array is recalculated at runtime if the | 344 | * there being tons of freeable ram on the higher zones). This array is |
345 | * sysctl_lowmem_reserve_ratio sysctl changes. | 345 | * recalculated at runtime if the sysctl_lowmem_reserve_ratio sysctl |
346 | * changes. | ||
346 | */ | 347 | */ |
347 | long lowmem_reserve[MAX_NR_ZONES]; | 348 | long lowmem_reserve[MAX_NR_ZONES]; |
348 | 349 | ||