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 2d696b0c93bf..79df9ff71afd 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
@@ -2449,7 +2449,7 @@ static int proc_tgid_io_accounting(struct task_struct *task, char *buffer) | |||
2449 | 2449 | ||
2450 | #ifdef CONFIG_USER_NS | 2450 | #ifdef CONFIG_USER_NS |
2451 | static int proc_id_map_open(struct inode *inode, struct file *file, | 2451 | static int proc_id_map_open(struct inode *inode, struct file *file, |
2452 | struct seq_operations *seq_ops) | 2452 | const struct seq_operations *seq_ops) |
2453 | { | 2453 | { |
2454 | struct user_namespace *ns = NULL; | 2454 | struct user_namespace *ns = NULL; |
2455 | struct task_struct *task; | 2455 | struct task_struct *task; |