diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-05-12 19:20:04 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-05-12 19:20:04 -0400 |
commit | 1540c84b5ed657ed71dce06915bba461e6b09574 (patch) | |
tree | a449dc166800a1b0c429bb038bfc974e577eaf72 /fs/proc/base.c | |
parent | 1a3a403aa98b0ccabeb12abd7da90d33250ea36b (diff) | |
parent | 4640b4e7d9919e9629fe8456df94f71658431ef9 (diff) |
Merge branch '2.6.33.4' into rt/2.6.33
Conflicts:
Makefile
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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), |