mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next] inet6: Remove unused function declaration udpv6_connect()
@ 2023-07-31 14:04 Yue Haibing
  2023-07-31 18:40 ` Kuniyuki Iwashima
  2023-08-01 22:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Yue Haibing @ 2023-07-31 14:04 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni; +Cc: netdev, linux-kernel, Yue Haibing

This is never implemented since the beginning of git history.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/net/transp_v6.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h
index d27b1caf3753..1a97e3f32029 100644
--- a/include/net/transp_v6.h
+++ b/include/net/transp_v6.h
@@ -33,8 +33,6 @@ void udplitev6_exit(void);
 int tcpv6_init(void);
 void tcpv6_exit(void);
 
-int udpv6_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
-
 /* this does all the common and the specific ctl work */
 void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg,
 			   struct sk_buff *skb);
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] inet6: Remove unused function declaration udpv6_connect()
  2023-07-31 14:04 [PATCH net-next] inet6: Remove unused function declaration udpv6_connect() Yue Haibing
@ 2023-07-31 18:40 ` Kuniyuki Iwashima
  2023-08-01 22:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Kuniyuki Iwashima @ 2023-07-31 18:40 UTC (permalink / raw)
  To: yuehaibing
  Cc: davem, edumazet, kuba, linux-kernel, netdev, pabeni, Kuniyuki Iwashima

From: Yue Haibing <yuehaibing@huawei.com>
Date: Mon, 31 Jul 2023 22:04:37 +0800
> This is never implemented since the beginning of git history.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>


> ---
>  include/net/transp_v6.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h
> index d27b1caf3753..1a97e3f32029 100644
> --- a/include/net/transp_v6.h
> +++ b/include/net/transp_v6.h
> @@ -33,8 +33,6 @@ void udplitev6_exit(void);
>  int tcpv6_init(void);
>  void tcpv6_exit(void);
>  
> -int udpv6_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
> -
>  /* this does all the common and the specific ctl work */
>  void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg,
>  			   struct sk_buff *skb);
> -- 
> 2.34.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] inet6: Remove unused function declaration udpv6_connect()
  2023-07-31 14:04 [PATCH net-next] inet6: Remove unused function declaration udpv6_connect() Yue Haibing
  2023-07-31 18:40 ` Kuniyuki Iwashima
@ 2023-08-01 22:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-01 22:20 UTC (permalink / raw)
  To: Yue Haibing; +Cc: davem, edumazet, kuba, pabeni, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 31 Jul 2023 22:04:37 +0800 you wrote:
> This is never implemented since the beginning of git history.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
> ---
>  include/net/transp_v6.h | 2 --
>  1 file changed, 2 deletions(-)

Here is the summary with links:
  - [net-next] inet6: Remove unused function declaration udpv6_connect()
    https://git.kernel.org/netdev/net-next/c/999d0863ff64

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-01 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 14:04 [PATCH net-next] inet6: Remove unused function declaration udpv6_connect() Yue Haibing
2023-07-31 18:40 ` Kuniyuki Iwashima
2023-08-01 22:20 ` 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

Powered by JetHome