Loading
docs: mm: fix the incorrect 'FileHugeMapped' field
mainline inclusion from mainline-v6.13-rc1 commit 472098f23323c39cc6269d7b7bf76cba62830a4c category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBGFBA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=472098f23323c39cc6269d7b7bf76cba62830a4c -------------------------------- The '/proc/PID/smaps' does not have the 'FileHugeMapped' field to count the file transparent huge pages, instead, the 'FilePmdMapped' field should be used. Fix it. Link: https://lkml.kernel.org/r/d520ce3aba2b03b088be30bece732426a939049a.1734425264.git.baolin.wang@linux.alibaba.com Signed-off-by:Baolin Wang <baolin.wang@linux.alibaba.com> Acked-by:
David Hildenbrand <david@redhat.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Wang Lian <dev01404@linx-info.com> ---