diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-12-13 14:16:44 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-12-13 14:16:44 -0800 |
| commit | 8fa37a68359d2d5dc16deeb5b09d64c9833c0674 (patch) | |
| tree | 6fce4f8b4dd18520f2ff25edb1af4a69e8611b81 /include | |
| parent | Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
| parent | sched: Move numa_balancing sysctls to its own file (diff) | |
| download | linux-8fa37a68359d2d5dc16deeb5b09d64c9833c0674.tar.gz linux-8fa37a68359d2d5dc16deeb5b09d64c9833c0674.zip | |
Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Pull sysctl updates from Luis Chamberlain:
"Only a small step forward on the sysctl cleanups for this cycle"
* tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux:
sched: Move numa_balancing sysctls to its own file
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sched/sysctl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h index 303ee7dd0c7e..5a64582b086b 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h @@ -4,8 +4,6 @@ #include <linux/types.h> -struct ctl_table; - #ifdef CONFIG_DETECT_HUNG_TASK /* used for hung_task and block/ */ extern unsigned long sysctl_hung_task_timeout_secs; @@ -27,12 +25,8 @@ enum sched_tunable_scaling { #ifdef CONFIG_NUMA_BALANCING extern int sysctl_numa_balancing_mode; -extern unsigned int sysctl_numa_balancing_promote_rate_limit; #else #define sysctl_numa_balancing_mode 0 #endif -int sysctl_numa_balancing(struct ctl_table *table, int write, void *buffer, - size_t *lenp, loff_t *ppos); - #endif /* _LINUX_SCHED_SYSCTL_H */ |
