]> www.infradead.org Git - users/willy/xarray.git/commit
mm/shmem: fix input and output inconsistencies
authorBang Li <libang.li@antgroup.com>
Fri, 28 Jun 2024 03:23:27 +0000 (11:23 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 10 Jul 2024 19:14:52 +0000 (12:14 -0700)
commit843a2e24c24c5311831860c6b78ceacdd4627000
treee3d5616977f4e596c0e32350ba4da3c5a249e265
parentcc937dad85aea4ab9e4f9827d7ea55932c86906b
mm/shmem: fix input and output inconsistencies

Commit 19eaf44954df ("mm: thp: support allocation of anonymous multi-size
THP") added mTHP support for anonymous shmem.  We can configure different
policies through the multi-size THP sysfs interface for anonymous shmem.

But when we configure the "advise" policy of
/sys/kernel/mm/transparent_hugepage/hugepages-xxxkB/shmem_enabled, we
cannot write the "advise", but write the "madvise", which is unreasonable.
We should keep the output and input values consistent, which is more
convenient for users.

Link: https://lkml.kernel.org/r/20240628032327.16987-1-libang.li@antgroup.com
Fixes: 61a57f1b1da9 ("mm: shmem: add multi-size THP sysfs interface for anonymous shmem")
Signed-off-by: Bang Li <libang.li@antgroup.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Bang Li <libang.li@antgroup.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/shmem.c