]> Git Repo - linux.git/commit
mm/vmstat.c: do not show lowmem reserve protection information of empty zone
authorBaoquan He <[email protected]>
Wed, 3 Jun 2020 22:58:55 +0000 (15:58 -0700)
committerLinus Torvalds <[email protected]>
Thu, 4 Jun 2020 03:09:44 +0000 (20:09 -0700)
commit26e7deadaae1755faf1f6d1a68988c4b8348df59
tree735b0c627ffbff28bb0286198007548ec65de028
parentf63661566fad43c0884ad879e6ff07c55ed890f4
mm/vmstat.c: do not show lowmem reserve protection information of empty zone

Because the lowmem reserve protection of a zone can't tell anything if the
zone is empty, except of adding one more line in /proc/zoneinfo.

Let's remove it from that zone's showing.

Signed-off-by: Baoquan He <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmstat.c
This page took 0.05114 seconds and 4 git commands to generate.