From: Matthias Andree <matthias.andree@gmx.de>
To: Linux-Kernel mailing list <linux-kernel@vger.kernel.org>
Cc: netdev@oss.sgi.com
Subject: 2.6: net/core.c should export sysctl_optmem_max for modular IPV6
Date: Thu, 26 Feb 2004 02:59:07 +0100 [thread overview]
Message-ID: <20040226015907.GA10986@merlin.emma.line.org> (raw)
Hi,
IPv6 built as a module fails (in 2.6 BitKeeper tree) because it cannot
link to sysctl_optmem_max, trivial patch:
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/02/26 02:00:09+01:00 matthias.andree@gmx.de
# EXPORT_SYMBOL(sysctl_optmem_max) to make IPv6 happy.
#
# net/core/sock.c
# 2004/02/26 01:58:51+01:00 matthias.andree@gmx.de +1 -0
# EXPORT_SYMBOL(sysctl_optmem_max) to make IPv6 happy.
#
diff -Nru a/net/core/sock.c b/net/core/sock.c
--- a/net/core/sock.c Thu Feb 26 02:49:06 2004
+++ b/net/core/sock.c Thu Feb 26 02:49:06 2004
@@ -1186,6 +1186,7 @@
EXPORT_SYMBOL(sock_wfree);
EXPORT_SYMBOL(sock_wmalloc);
#ifdef CONFIG_SYSCTL
+EXPORT_SYMBOL(sysctl_optmem_max);
EXPORT_SYMBOL(sysctl_rmem_max);
EXPORT_SYMBOL(sysctl_wmem_max);
#endif
--
Matthias Andree
Encrypt your mail: my GnuPG key ID is 0x052E7D95
next reply other threads:[~2004-02-26 1:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-26 1:59 Matthias Andree [this message]
2004-02-26 20:14 ` 2.6: net/core.c should export sysctl_optmem_max for modular IPV6 David S. Miller
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=20040226015907.GA10986@merlin.emma.line.org \
--to=matthias.andree@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@oss.sgi.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;
as well as URLs for NNTP newsgroup(s).