From: viro@parcelfarce.linux.theplanet.co.uk
To: Linus Torvalds <torvalds@transmeta.com>
Cc: "David S. Miller" <davem@redhat.com>,
alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org
Subject: Re: netlink init order
Date: Mon, 26 May 2003 03:50:16 +0100 [thread overview]
Message-ID: <20030526025016.GM6270@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <Pine.LNX.4.44.0305251922310.1621-100000@home.transmeta.com>
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)
next prev parent reply other threads:[~2003-05-26 2:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-25 20:27 oops with bk kernel as of 2003-05-25T13:00:00-07 Ulrich Drepper
2003-05-25 21:30 ` viro
2003-05-25 21:51 ` [PATCH] " viro
2003-05-25 22:07 ` netlink init order viro
2003-05-25 22:12 ` Linus Torvalds
2003-05-25 22:20 ` viro
2003-05-26 2:07 ` David S. Miller
2003-05-26 2:22 ` Linus Torvalds
2003-05-26 2:25 ` David S. Miller
2003-05-26 2:50 ` viro [this message]
2003-05-26 2:55 ` David S. Miller
2003-05-26 4:37 ` viro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030526025016.GM6270@parcelfarce.linux.theplanet.co.uk \
--to=viro@parcelfarce.linux.theplanet.co.uk \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=davem@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®