fix bad parameter merge on apparmor_ptrace

This commit is contained in:
John Johansen 2008-10-03 20:43:43 +00:00
parent 2873f3effd
commit 93f22b7fd6

View file

@ -23,7 +23,7 @@ Signed-off-by: John Johansen <jjohansen@suse.de>
-static int apparmor_ptrace(struct task_struct *parent,
- struct task_struct *child, unsigned int mode)
+static int apparmor_ptrace(struct task_struct *tracer,
+ struct task_struct *tracee, unsigned int mode)
+ struct task_struct *tracee)
{
struct aa_task_context *cxt;
int error = 0;