]> Git Repo - linux.git/commit
proc/meminfo: fix output alignment
authorKirill A. Shutemov <[email protected]>
Sat, 19 Oct 2019 03:20:27 +0000 (20:20 -0700)
committerLinus Torvalds <[email protected]>
Sat, 19 Oct 2019 10:32:32 +0000 (06:32 -0400)
commit2be5fbf9a91c417cd178a481538baddda3e2f38c
tree741694b960f0d34d4524c4ddef6f37f90e325ba8
parenta2ae8c0551050cbf3232fbb3d963a9bbe7b57268
proc/meminfo: fix output alignment

Patch series "Fixes for THP in page cache", v2.

This patch (of 5):

Add extra space for FileHugePages and FilePmdMapped, so the output is
aligned with other rows.

Link: http://lkml.kernel.org/r/[email protected]
Fixes: 60fbf0ab5da1 ("mm,thp: stats for file backed THP")
Signed-off-by: Kirill A. Shutemov <[email protected]>
Signed-off-by: Song Liu <[email protected]>
Tested-by: Song Liu <[email protected]>
Acked-by: Yang Shi <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Srikar Dronamraju <[email protected]>
Cc: William Kucharski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/meminfo.c
This page took 0.053194 seconds and 4 git commands to generate.