]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: filemap: move sysctl to mm/filemap.c
authorKaixiong Yu <yukaixiong@huawei.com>
Sat, 11 Jan 2025 07:07:37 +0000 (15:07 +0800)
committerJoel Granados <joel.granados@kernel.org>
Fri, 7 Feb 2025 15:53:03 +0000 (16:53 +0100)
commit73aa354af21d4c09b31e9b287f4cb32a9b4e9c8c
treeecfd30101dfb877a3896400069e4733f30a80506
parentb8974b89603c601f64b302d80129b0faf4879199
mm: filemap: move sysctl to mm/filemap.c

This moves the filemap related sysctl to mm/filemap.c, and
removes the redundant external variable declaration.

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
kernel/sysctl.c
mm/filemap.c