Re: [PATCH 7/7] uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops

From: Oleg Nesterov
Date: Tue Apr 01 2014 - 12:02:34 EST


On 03/31, Oleg Nesterov wrote:
>
> +static struct uprobe_xol_ops defaule_xop_ops = {
> + .pre_xol = default_pre_xol_op,
> + .post_xol = default_post_xol_op,
> +};

...

> + auprobe->ops = &defaule_xop_ops;

Cough. At least the name is the same ;) But I obviously meant "default_xol_ops".
Another reason for v2.

Oleg.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/