diff --git a/fs/proc/base.c b/fs/proc/base.c index 247ed9b0786f..f558b4bd5d6a 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -2877,6 +2877,7 @@ static const struct pid_entry tgid_base_stuff[] = { ONE("cgroup", S_IRUGO, proc_cgroup_show), #endif ONE("oom_score", S_IRUGO, proc_oom_score), + INF("oom_score", S_IRUGO, proc_oom_score), REG("oom_adj", S_IRUSR, proc_oom_adj_operations), REG("oom_score_adj", S_IRUSR, proc_oom_score_adj_operations), #ifdef CONFIG_AUDITSYSCALL