All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_key
@ 2022-03-10 14:32 Christoph Hellwig
  2022-03-12  7:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2022-03-10 14:32 UTC (permalink / raw)
  To: edumazet, davem, yoshfuji, dsahern, kuba; +Cc: netdev

Both functions are only used by core networking code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 net/ipv4/tcp_cong.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net/ipv4/tcp_cong.c b/net/ipv4/tcp_cong.c
index db5831e6c136a..dc95572163df3 100644
--- a/net/ipv4/tcp_cong.c
+++ b/net/ipv4/tcp_cong.c
@@ -135,7 +135,6 @@ u32 tcp_ca_get_key_by_name(struct net *net, const char *name, bool *ecn_ca)
 
 	return key;
 }
-EXPORT_SYMBOL_GPL(tcp_ca_get_key_by_name);
 
 char *tcp_ca_get_name_by_key(u32 key, char *buffer)
 {
@@ -151,7 +150,6 @@ char *tcp_ca_get_name_by_key(u32 key, char *buffer)
 
 	return ret;
 }
-EXPORT_SYMBOL_GPL(tcp_ca_get_name_by_key);
 
 /* Assign choice of congestion control. */
 void tcp_assign_congestion_control(struct sock *sk)
-- 
2.30.2


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

* Re: [PATCH] tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_key
  2022-03-10 14:32 [PATCH] tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_key Christoph Hellwig
@ 2022-03-12  7:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-03-12  7:00 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: edumazet, davem, yoshfuji, dsahern, kuba, netdev

Hello:

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

On Thu, 10 Mar 2022 15:32:29 +0100 you wrote:
> Both functions are only used by core networking code.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>  net/ipv4/tcp_cong.c | 2 --
>  1 file changed, 2 deletions(-)

Here is the summary with links:
  - tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_key
    https://git.kernel.org/netdev/net-next/c/515bb3071e16

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] 2+ messages in thread

end of thread, other threads:[~2022-03-12  7:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 14:32 [PATCH] tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_key Christoph Hellwig
2022-03-12  7:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.