[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080421084810.GM26897@cs181133002.pp.htv.fi>
Date: Mon, 21 Apr 2008 11:48:10 +0300
From: Adrian Bunk <bunk@...nel.org>
To: Stephen Hemminger <shemminger@...tta.com>,
"David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: [2.6 patch] unexport security_sock_rcv_skb
This patch removes the no longer used export of security_sock_rcv_skb.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
91bb216975ccfd8244625aa816e63802d51b56bd diff --git a/security/security.c b/security/security.c
index 2e250c7..3983324 100644
--- a/security/security.c
+++ b/security/security.c
@@ -990,7 +990,6 @@ int security_sock_rcv_skb(struct sock *sk, struct sk_buff *skb)
{
return security_ops->socket_sock_rcv_skb(sk, skb);
}
-EXPORT_SYMBOL(security_sock_rcv_skb);
int security_socket_getpeersec_stream(struct socket *sock, char __user *optval,
int __user *optlen, unsigned len)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists