| From: Stephen Rothwell <sfr@canb.auug.org.au> |
| Subject: fix up for "mm: move oom_kill sysctls to their own file" |
| |
| Link: https://lkml.kernel.org/r/20220216193202.28838626@canb.auug.org.au |
| Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> |
| Cc: sujiaxun <sujiaxun@uniontech.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| mm/oom_kill.c | 3 ++- |
| 1 file changed, 2 insertions(+), 1 deletion(-) |
| |
| --- a/mm/oom_kill.c~mm-move-oom_kill-sysctls-to-their-own-file-fix |
| +++ a/mm/oom_kill.c |
| @@ -80,7 +80,8 @@ static struct ctl_table vm_oom_kill_tabl |
| .maxlen = sizeof(sysctl_oom_dump_tasks), |
| .mode = 0644, |
| .proc_handler = proc_dointvec, |
| - } |
| + }, |
| + {} |
| }; |
| #endif |
| |
| _ |