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