|
|
@@ -2636,7 +2636,7 @@ static const struct pid_entry tgid_base_stuff[] = {
|
|
|
ONE("io", S_IRUSR, proc_tgid_io_accounting),
|
|
|
#endif
|
|
|
#ifdef CONFIG_HARDWALL
|
|
|
- INF("hardwall", S_IRUGO, proc_pid_hardwall),
|
|
|
+ ONE("hardwall", S_IRUGO, proc_pid_hardwall),
|
|
|
#endif
|
|
|
#ifdef CONFIG_USER_NS
|
|
|
REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations),
|
|
|
@@ -2971,7 +2971,7 @@ static const struct pid_entry tid_base_stuff[] = {
|
|
|
ONE("io", S_IRUSR, proc_tid_io_accounting),
|
|
|
#endif
|
|
|
#ifdef CONFIG_HARDWALL
|
|
|
- INF("hardwall", S_IRUGO, proc_pid_hardwall),
|
|
|
+ ONE("hardwall", S_IRUGO, proc_pid_hardwall),
|
|
|
#endif
|
|
|
#ifdef CONFIG_USER_NS
|
|
|
REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations),
|