]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mm: util: move sysctls to mm/util.c
authorKaixiong Yu <yukaixiong@huawei.com>
Sat, 11 Jan 2025 07:07:40 +0000 (15:07 +0800)
committerJoel Granados <joel.granados@kernel.org>
Fri, 7 Feb 2025 15:53:04 +0000 (16:53 +0100)
commitb1e8d7134eb61677c8a3207004d1ce34305d1f35
treeb73e49bf06fde0c9e669729da60d09becc655cba
parent538d5baacd8a01b814777af1c9f1f9740a714707
mm: util: move sysctls to mm/util.c

This moves all util related sysctls to mm/util.c, as part of the
kernel/sysctl.c cleaning, also removes redundant external
variable declarations and function declarations.

Signed-off-by: Kaixiong Yu <yukaixiong@huawei.com>
Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
include/linux/mm.h
include/linux/mman.h
kernel/sysctl.c
mm/util.c