* [PATCH net-next] neighbour: Remove unused function declaration pneigh_for_each()
@ 2023-08-05 10:50 Yue Haibing
2023-08-07 1:07 ` David Ahern
2023-08-07 8:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Yue Haibing @ 2023-08-05 10:50 UTC (permalink / raw)
To: davem, edumazet, kuba, pabeni; +Cc: netdev, yuehaibing
pneigh_for_each() is never implemented since the beginning of git history.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
include/net/neighbour.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/net/neighbour.h b/include/net/neighbour.h
index f6a8ecc6b1fa..6da68886fabb 100644
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
@@ -394,8 +394,6 @@ void neigh_for_each(struct neigh_table *tbl,
void __neigh_for_each_release(struct neigh_table *tbl,
int (*cb)(struct neighbour *));
int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
-void pneigh_for_each(struct neigh_table *tbl,
- void (*cb)(struct pneigh_entry *));
struct neigh_seq_state {
struct seq_net_private p;
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] neighbour: Remove unused function declaration pneigh_for_each()
2023-08-05 10:50 [PATCH net-next] neighbour: Remove unused function declaration pneigh_for_each() Yue Haibing
@ 2023-08-07 1:07 ` David Ahern
2023-08-07 8:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: David Ahern @ 2023-08-07 1:07 UTC (permalink / raw)
To: Yue Haibing, davem, edumazet, kuba, pabeni; +Cc: netdev
On 8/5/23 4:50 AM, Yue Haibing wrote:
> pneigh_for_each() is never implemented since the beginning of git history.
>
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
> ---
> include/net/neighbour.h | 2 --
> 1 file changed, 2 deletions(-)
>
Reviewed-by: David Ahern <dsahern@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] neighbour: Remove unused function declaration pneigh_for_each()
2023-08-05 10:50 [PATCH net-next] neighbour: Remove unused function declaration pneigh_for_each() Yue Haibing
2023-08-07 1:07 ` David Ahern
@ 2023-08-07 8:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-07 8:00 UTC (permalink / raw)
To: Yue Haibing; +Cc: davem, edumazet, kuba, pabeni, netdev
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Sat, 5 Aug 2023 18:50:33 +0800 you wrote:
> pneigh_for_each() is never implemented since the beginning of git history.
>
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
> ---
> include/net/neighbour.h | 2 --
> 1 file changed, 2 deletions(-)
Here is the summary with links:
- [net-next] neighbour: Remove unused function declaration pneigh_for_each()
https://git.kernel.org/netdev/net-next/c/047551cd305c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-07 8:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-05 10:50 [PATCH net-next] neighbour: Remove unused function declaration pneigh_for_each() Yue Haibing
2023-08-07 1:07 ` David Ahern
2023-08-07 8:00 ` patchwork-bot+netdevbpf
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).