ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex
authorOleg Nesterov <oleg@redhat.com>
Sun, 26 Apr 2009 23:41:34 +0000 (01:41 +0200)
committerJames Morris <jmorris@namei.org>
Mon, 27 Apr 2009 10:30:51 +0000 (20:30 +1000)
ptrace_attach() needs task->cred_exec_mutex, not current->cred_exec_mutex.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Roland McGrath <roland@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found