diff options
author | 2011-08-03 09:42:39 +0200 | |
---|---|---|
committer | 2011-08-03 09:42:39 +0200 | |
commit | c61daf6b0a2f7048c6e74d52b043fa6a779b128a (patch) | |
tree | a4a38656ac79775f38ce5fd6b00dd9b89cd5ccec /fs/proc/array.c | |
parent | ARM: mx50: Select IMX_HAVE_PLATFORM_FEC as done on other i.MX devices (diff) | |
parent | ARM: mxc: drop now unused function mxc_register_device (diff) | |
download | wireguard-linux-c61daf6b0a2f7048c6e74d52b043fa6a779b128a.tar.xz wireguard-linux-c61daf6b0a2f7048c6e74d52b043fa6a779b128a.zip |
Merge branch 'imx-cleanup' of git://git.pengutronix.de/git/ukl/linux-2.6 into imx-cleanup
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r-- | fs/proc/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c index 9b45ee84fbcc..3a1dafd228d1 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -172,7 +172,7 @@ static inline void task_state(struct seq_file *m, struct pid_namespace *ns, task_tgid_nr_ns(rcu_dereference(p->real_parent), ns) : 0; tpid = 0; if (pid_alive(p)) { - struct task_struct *tracer = tracehook_tracer_task(p); + struct task_struct *tracer = ptrace_parent(p); if (tracer) tpid = task_pid_nr_ns(tracer, ns); } |