summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKaixiong Yu <yukaixiong@huawei.com>2025-01-11 10:07:37 +0300
committerJoel Granados <joel.granados@kernel.org>2025-02-07 18:53:03 +0300
commit73aa354af21d4c09b31e9b287f4cb32a9b4e9c8c (patch)
treeecfd30101dfb877a3896400069e4733f30a80506 /include/linux
parentb8974b89603c601f64b302d80129b0faf4879199 (diff)
downloadlinux-73aa354af21d4c09b31e9b287f4cb32a9b4e9c8c.tar.xz
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>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 7b1068ddcbb7..70cca450a68a 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -40,8 +40,6 @@ struct user_struct;
struct pt_regs;
struct folio_batch;
-extern int sysctl_page_lock_unfairness;
-
void mm_core_init(void);
void init_mm_internals(void);