diff options
Diffstat (limited to 'fs/proc/base.c')
-rw-r--r-- | fs/proc/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index d59e279874c7..6ab0bd692968 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
@@ -2912,7 +2912,7 @@ out_no_task: | |||
2912 | */ | 2912 | */ |
2913 | static const struct pid_entry tid_base_stuff[] = { | 2913 | static const struct pid_entry tid_base_stuff[] = { |
2914 | DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), | 2914 | DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), |
2915 | DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fd_operations), | 2915 | DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fdinfo_operations), |
2916 | REG("environ", S_IRUSR, proc_environ_operations), | 2916 | REG("environ", S_IRUSR, proc_environ_operations), |
2917 | INF("auxv", S_IRUSR, proc_pid_auxv), | 2917 | INF("auxv", S_IRUSR, proc_pid_auxv), |
2918 | ONE("status", S_IRUGO, proc_pid_status), | 2918 | ONE("status", S_IRUGO, proc_pid_status), |