projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1587e2b
)
proc/base.c: Use task_is_*
author
Matthew Wilcox
<matthew@wil.cx>
Thu, 6 Dec 2007 16:04:01 +0000
(11:04 -0500)
committer
Matthew Wilcox
<willy@linux.intel.com>
Thu, 6 Dec 2007 22:20:35 +0000
(17:20 -0500)
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
fs/proc/base.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/proc/base.c
b/fs/proc/base.c
index 02a63ac04178e64c8f7e2a3bddee2fcadeaf8254..e88ee1a0323ac35aa51717e8c2d10e49c84d03d7 100644
(file)
--- a/
fs/proc/base.c
+++ b/
fs/proc/base.c
@@
-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)