Re: netlink init order

viro@parcelfarce.linux.theplanet.co.uk
Mon, 26 May 2003 03:50:16 +0100


On Sun, May 25, 2003 at 07:22:56PM -0700, Linus Torvalds wrote:

> +__initcall(init_netlink);
> +__exitcall(cleanup_netlink);

Err... That should be

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