forked from luck/tmp_suning_uos_patched
proc/base.c: Use task_is_*
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
This commit is contained in:
parent
1587e2b188
commit
6d8982d9b8
@ -199,7 +199,7 @@ static int proc_root_link(struct inode *inode, struct dentry **dentry, struct vf
|
||||
(task == current || \
|
||||
(task->parent == current && \
|
||||
(task->ptrace & PT_PTRACED) && \
|
||||
(task->state == TASK_STOPPED || task->state == TASK_TRACED) && \
|
||||
(task_is_stopped_or_traced(task)) && \
|
||||
security_ptrace(current,task) == 0))
|
||||
|
||||
static int proc_pid_cmdline(struct task_struct *task, char * buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user