diff options
Diffstat (limited to 'fs/proc/base.c')
-rw-r--r-- | fs/proc/base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index 9c3e548a6754..8a19a8a1a3e6 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
@@ -2274,7 +2274,7 @@ static const struct pid_entry tgid_base_stuff[] = { | |||
2274 | DIR("fdinfo", S_IRUSR|S_IXUSR, fdinfo), | 2274 | DIR("fdinfo", S_IRUSR|S_IXUSR, fdinfo), |
2275 | REG("environ", S_IRUSR, environ), | 2275 | REG("environ", S_IRUSR, environ), |
2276 | INF("auxv", S_IRUSR, pid_auxv), | 2276 | INF("auxv", S_IRUSR, pid_auxv), |
2277 | INF("status", S_IRUGO, pid_status), | 2277 | ONE("status", S_IRUGO, pid_status), |
2278 | INF("limits", S_IRUSR, pid_limits), | 2278 | INF("limits", S_IRUSR, pid_limits), |
2279 | #ifdef CONFIG_SCHED_DEBUG | 2279 | #ifdef CONFIG_SCHED_DEBUG |
2280 | REG("sched", S_IRUGO|S_IWUSR, pid_sched), | 2280 | REG("sched", S_IRUGO|S_IWUSR, pid_sched), |
@@ -2605,7 +2605,7 @@ static const struct pid_entry tid_base_stuff[] = { | |||
2605 | DIR("fdinfo", S_IRUSR|S_IXUSR, fdinfo), | 2605 | DIR("fdinfo", S_IRUSR|S_IXUSR, fdinfo), |
2606 | REG("environ", S_IRUSR, environ), | 2606 | REG("environ", S_IRUSR, environ), |
2607 | INF("auxv", S_IRUSR, pid_auxv), | 2607 | INF("auxv", S_IRUSR, pid_auxv), |
2608 | INF("status", S_IRUGO, pid_status), | 2608 | ONE("status", S_IRUGO, pid_status), |
2609 | INF("limits", S_IRUSR, pid_limits), | 2609 | INF("limits", S_IRUSR, pid_limits), |
2610 | #ifdef CONFIG_SCHED_DEBUG | 2610 | #ifdef CONFIG_SCHED_DEBUG |
2611 | REG("sched", S_IRUGO|S_IWUSR, pid_sched), | 2611 | REG("sched", S_IRUGO|S_IWUSR, pid_sched), |