netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/tipc: Remove unused struct distr_queue_item
@ 2022-09-28  8:56 Yuan Can
  2022-09-28 13:17 ` Jon Maloy
  2022-09-30  2:21 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Yuan Can @ 2022-09-28  8:56 UTC (permalink / raw)
  To: jmaloy, ying.xue, davem, edumazet, kuba, pabeni, netdev, tipc-discussion
  Cc: yuancan

After commit 09b5678c778f("tipc: remove dead code in tipc_net and relatives"),
struct distr_queue_item is not used any more and can be removed as well.

Signed-off-by: Yuan Can <yuancan@huawei.com>
---
 net/tipc/name_distr.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c
index 8267b751a526..190b49c5cbc3 100644
--- a/net/tipc/name_distr.c
+++ b/net/tipc/name_distr.c
@@ -41,14 +41,6 @@
 
 int sysctl_tipc_named_timeout __read_mostly = 2000;
 
-struct distr_queue_item {
-	struct distr_item i;
-	u32 dtype;
-	u32 node;
-	unsigned long expires;
-	struct list_head next;
-};
-
 /**
  * publ_to_item - add publication info to a publication message
  * @p: publication info
-- 
2.17.1


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

* Re: [PATCH] net/tipc: Remove unused struct distr_queue_item
  2022-09-28  8:56 [PATCH] net/tipc: Remove unused struct distr_queue_item Yuan Can
@ 2022-09-28 13:17 ` Jon Maloy
  2022-09-30  2:21 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Maloy @ 2022-09-28 13:17 UTC (permalink / raw)
  To: Yuan Can, ying.xue, davem, edumazet, kuba, pabeni, netdev,
	tipc-discussion



On 9/28/22 04:56, Yuan Can wrote:
> After commit 09b5678c778f("tipc: remove dead code in tipc_net and relatives"),
> struct distr_queue_item is not used any more and can be removed as well.
>
> Signed-off-by: Yuan Can <yuancan@huawei.com>
> ---
>   net/tipc/name_distr.c | 8 --------
>   1 file changed, 8 deletions(-)
>
> diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c
> index 8267b751a526..190b49c5cbc3 100644
> --- a/net/tipc/name_distr.c
> +++ b/net/tipc/name_distr.c
> @@ -41,14 +41,6 @@
>   
>   int sysctl_tipc_named_timeout __read_mostly = 2000;
>   
> -struct distr_queue_item {
> -	struct distr_item i;
> -	u32 dtype;
> -	u32 node;
> -	unsigned long expires;
> -	struct list_head next;
> -};
> -
>   /**
>    * publ_to_item - add publication info to a publication message
>    * @p: publication info
Acked-by: Jon Maloy <jmaloy@redhat.com>


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

* Re: [PATCH] net/tipc: Remove unused struct distr_queue_item
  2022-09-28  8:56 [PATCH] net/tipc: Remove unused struct distr_queue_item Yuan Can
  2022-09-28 13:17 ` Jon Maloy
@ 2022-09-30  2:21 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-30  2:21 UTC (permalink / raw)
  To: Yuan Can
  Cc: jmaloy, ying.xue, davem, edumazet, kuba, pabeni, netdev, tipc-discussion

Hello:

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

On Wed, 28 Sep 2022 08:56:36 +0000 you wrote:
> After commit 09b5678c778f("tipc: remove dead code in tipc_net and relatives"),
> struct distr_queue_item is not used any more and can be removed as well.
> 
> Signed-off-by: Yuan Can <yuancan@huawei.com>
> ---
>  net/tipc/name_distr.c | 8 --------
>  1 file changed, 8 deletions(-)

Here is the summary with links:
  - net/tipc: Remove unused struct distr_queue_item
    https://git.kernel.org/netdev/net-next/c/8af535b6b14c

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:[~2022-09-30  2:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28  8:56 [PATCH] net/tipc: Remove unused struct distr_queue_item Yuan Can
2022-09-28 13:17 ` Jon Maloy
2022-09-30  2:21 ` 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).