|
@@ -2909,7 +2909,7 @@ out_no_task:
|
|
|
*/
|
|
|
static const struct pid_entry tid_base_stuff[] = {
|
|
|
DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
|
|
|
- DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fd_operations),
|
|
|
+ DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fdinfo_operations),
|
|
|
REG("environ", S_IRUSR, proc_environ_operations),
|
|
|
INF("auxv", S_IRUSR, proc_pid_auxv),
|
|
|
ONE("status", S_IRUGO, proc_pid_status),
|