diff --git a/fs/proc/base.c b/fs/proc/base.c index b899cdd6eaee..b8bb2456eea0 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -3127,7 +3127,7 @@ static const struct pid_entry tgid_base_stuff[] = { REG("mountinfo", S_IRUGO, proc_mountinfo_operations), REG("mountstats", S_IRUSR, proc_mountstats_operations), #ifdef CONFIG_PROCESS_RECLAIM - REG("reclaim", S_IWUSR, proc_reclaim_operations), + REG("reclaim", S_IWUGO, proc_reclaim_operations), #endif #ifdef CONFIG_PROC_PAGE_MONITOR REG("clear_refs", S_IWUSR, proc_clear_refs_operations),