From: Adrian Bunk <bunk@stusta.de>
To: netdev@vger.kernel.org
Cc: mpm@selenic.com
Subject: [RFC: net-2.6.20 patch] remove unused exports
Date: Tue, 21 Nov 2006 20:42:05 +0100 [thread overview]
Message-ID: <20061121194205.GI5200@stusta.de> (raw)
Thie patch removes the following not or no longer used exports:
- drivers/char/random.c: secure_tcp_sequence_number
- net/dccp/options.c: sysctl_dccp_feat_sequence_window
- net/netlink/af_netlink.c: netlink_set_err
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
drivers/char/random.c | 2 --
net/dccp/options.c | 2 --
net/netlink/af_netlink.c | 1 -
3 files changed, 5 deletions(-)
--- linux-2.6.19-rc5-mm2/net/netlink/af_netlink.c.old 2006-11-21 19:15:12.000000000 +0100
+++ linux-2.6.19-rc5-mm2/net/netlink/af_netlink.c 2006-11-21 19:15:19.000000000 +0100
@@ -1827,7 +1827,6 @@
EXPORT_SYMBOL(netlink_dump_start);
EXPORT_SYMBOL(netlink_kernel_create);
EXPORT_SYMBOL(netlink_register_notifier);
-EXPORT_SYMBOL(netlink_set_err);
EXPORT_SYMBOL(netlink_set_nonroot);
EXPORT_SYMBOL(netlink_unicast);
EXPORT_SYMBOL(netlink_unregister_notifier);
--- linux-2.6.19-rc5-mm2/drivers/char/random.c.old 2006-11-21 19:19:34.000000000 +0100
+++ linux-2.6.19-rc5-mm2/drivers/char/random.c 2006-11-21 19:19:45.000000000 +0100
@@ -1556,8 +1556,6 @@
return seq;
}
-EXPORT_SYMBOL(secure_tcp_sequence_number);
-
/* Generate secure starting point for ephemeral IPV4 transport port search */
u32 secure_ipv4_port_ephemeral(__u32 saddr, __u32 daddr, __u16 dport)
{
--- linux-2.6.19-rc5-mm2/net/dccp/options.c.old 2006-11-21 20:02:28.000000000 +0100
+++ linux-2.6.19-rc5-mm2/net/dccp/options.c 2006-11-21 20:02:34.000000000 +0100
@@ -29,8 +29,6 @@
int sysctl_dccp_feat_send_ack_vector = DCCPF_INITIAL_SEND_ACK_VECTOR;
int sysctl_dccp_feat_send_ndp_count = DCCPF_INITIAL_SEND_NDP_COUNT;
-EXPORT_SYMBOL_GPL(sysctl_dccp_feat_sequence_window);
-
void dccp_minisock_init(struct dccp_minisock *dmsk)
{
dmsk->dccpms_sequence_window = sysctl_dccp_feat_sequence_window;
next reply other threads:[~2006-11-21 19:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-21 19:42 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-03-07 22:40 [RFC: net-2.6.20 patch] remove unused exports Adrian Bunk
2007-03-07 22:36 ` Matt Mackall
2007-03-07 22:48 ` David 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=20061121194205.GI5200@stusta.de \
--to=bunk@stusta.de \
--cc=mpm@selenic.com \
--cc=netdev@vger.kernel.org \
/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).