[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120823115121.GA17472@localhost>
Date: Thu, 23 Aug 2012 19:51:21 +0800
From: Fengguang Wu <fengguang.wu@...el.com>
To: David Miller <davem@...emloft.net>
Cc: networking <netdev@...r.kernel.org>, Eric Leblond <eric@...it.org>
Subject: [PATCH] af_packet: match_fanout_group() can be static
cc: Eric Leblond <eric@...it.org>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
net/packet/af_packet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next.orig/net/packet/af_packet.c 2012-08-23 19:48:43.209188551 +0800
+++ linux-next/net/packet/af_packet.c 2012-08-23 19:48:53.413188794 +0800
@@ -1273,7 +1273,7 @@ static void __fanout_unlink(struct sock
spin_unlock(&f->lock);
}
-bool match_fanout_group(struct packet_type *ptype, struct sock * sk)
+static bool match_fanout_group(struct packet_type *ptype, struct sock * sk)
{
if (ptype->af_packet_priv == (void*)((struct packet_sock *)sk)->fanout)
return true;
--
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