Loading fs/proc/base.c +0 −4 Original line number Diff line number Diff line Loading @@ -1186,8 +1186,6 @@ static int sched_show(struct seq_file *m, void *v) struct inode *inode = m->private; struct task_struct *p; WARN_ON(!inode); p = get_proc_task(inode); if (!p) return -ESRCH; Loading @@ -1205,8 +1203,6 @@ sched_write(struct file *file, const char __user *buf, struct inode *inode = file->f_path.dentry->d_inode; struct task_struct *p; WARN_ON(!inode); p = get_proc_task(inode); if (!p) return -ESRCH; Loading Loading
fs/proc/base.c +0 −4 Original line number Diff line number Diff line Loading @@ -1186,8 +1186,6 @@ static int sched_show(struct seq_file *m, void *v) struct inode *inode = m->private; struct task_struct *p; WARN_ON(!inode); p = get_proc_task(inode); if (!p) return -ESRCH; Loading @@ -1205,8 +1203,6 @@ sched_write(struct file *file, const char __user *buf, struct inode *inode = file->f_path.dentry->d_inode; struct task_struct *p; WARN_ON(!inode); p = get_proc_task(inode); if (!p) return -ESRCH; Loading