Re: [PATCH v2 2.6.38-rc8-tip 16/20] 16: uprobes: register anotifier for uprobes.

From: Stephen Wilson
Date: Tue Mar 15 2011 - 15:57:06 EST


On Mon, Mar 14, 2011 at 07:07:08PM +0530, Srikar Dronamraju wrote:
> +static int __init init_uprobes(void)
> +{
> + register_die_notifier(&uprobes_exception_nb);
> + return 0;
> +}
> +

Although not currently needed, perhaps it would be best to return the
result of register_die_notifier() ?

--
steve

--
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/