| To: | Linux-Kernel mailing list <linux-kernel@xxxxxxxxxxxxxxx> |
|---|---|
| Subject: | 2.6: net/core.c should export sysctl_optmem_max for modular IPV6 |
| From: | Matthias Andree <matthias.andree@xxxxxx> |
| Date: | Thu, 26 Feb 2004 02:59:07 +0100 |
| Cc: | netdev@xxxxxxxxxxx |
| Mail-followup-to: | Linux-Kernel mailing list <linux-kernel@xxxxxxxxxxxxxxx>, netdev@xxxxxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.5.5.1i |
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@xxxxxx # EXPORT_SYMBOL(sysctl_optmem_max) to make IPv6 happy. # # net/core/sock.c # 2004/02/26 01:58:51+01:00 matthias.andree@xxxxxx +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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH][ATM]: [lec] send queued packets immediately after path switch, chas williams (contractor) |
|---|---|
| Next by Date: | Re: [PATCH] proportional share accept(), James Morris |
| Previous by Thread: | [PATCH][ATM]: [lec] send queued packets immediately after path switch, chas williams (contractor) |
| Next by Thread: | Re: 2.6: net/core.c should export sysctl_optmem_max for modular IPV6, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |