[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131228110822.1ce0b9cd@nehalam.linuxnetplumber.net>
Date: Sat, 28 Dec 2013 11:08:22 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: [PATCH net-next] ipv4: remove unused function
inetpeer_invalidate_family defined but never used
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
include/net/inetpeer.h | 1 -
net/ipv4/inetpeer.c | 7 -------
2 files changed, 8 deletions(-)
--- a/include/net/inetpeer.h 2013-12-24 15:15:26.785740972 -0800
+++ b/include/net/inetpeer.h 2013-12-24 15:15:59.729298216 -0800
@@ -163,7 +163,6 @@ void inet_putpeer(struct inet_peer *p);
bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout);
void inetpeer_invalidate_tree(struct inet_peer_base *);
-void inetpeer_invalidate_family(int family);
/*
* temporary check to make sure we dont access rid, ip_id_count, tcp_ts,
--- a/net/ipv4/inetpeer.c 2013-12-24 15:15:26.785740972 -0800
+++ b/net/ipv4/inetpeer.c 2013-12-24 15:15:59.733298164 -0800
@@ -109,13 +109,6 @@ static inline void flush_check(struct in
}
}
-void inetpeer_invalidate_family(int family)
-{
- atomic_t *fp = inetpeer_seq_ptr(family);
-
- atomic_inc(fp);
-}
-
#define PEER_MAXDEPTH 40 /* sufficient for about 2^27 nodes */
/* Exported for sysctl_net_ipv4. */
--
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