proc: constify seq_operations
[deliverable/linux.git] / fs / proc / base.c
index 2d696b0c93bfbec6f1dd73ff4a8f71c9da569e4d..79df9ff71afdfec224e86c925a5dab65aa025229 100644 (file)
@@ -2449,7 +2449,7 @@ static int proc_tgid_io_accounting(struct task_struct *task, char *buffer)
 
 #ifdef CONFIG_USER_NS
 static int proc_id_map_open(struct inode *inode, struct file *file,
-       struct seq_operations *seq_ops)
+       const struct seq_operations *seq_ops)
 {
        struct user_namespace *ns = NULL;
        struct task_struct *task;
This page took 0.023339 seconds and 5 git commands to generate.