Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-07 Thread Xin Long
On Mon, Jun 6, 2022 at 11:20 PM Tung Quang Nguyen wrote: > > > -Original Message- > > From: Xin Long > > Sent: Tuesday, June 7, 2022 12:57 AM > > To: tipc-discussion@lists.sourceforge.net > > Subject: Re: [tipc-discussion] [PATCH net-next] tipc: rem

Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-06 Thread Tung Quang Nguyen
> -Original Message- > From: Xin Long > Sent: Tuesday, June 7, 2022 12:57 AM > To: tipc-discussion@lists.sourceforge.net > Subject: Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from > tipc_bc_base > > fix Jon's email address. > > On Mon, J

Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-06 Thread Hoang Huu Le
> -Original Message- > From: Xin Long > Sent: Tuesday, June 7, 2022 12:57 AM > To: tipc-discussion@lists.sourceforge.net > Subject: Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from > tipc_bc_base > > fix Jon's email address. > > On Mon, J

Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-06 Thread Xin Long
fix Jon's email address. On Mon, Jun 6, 2022 at 1:52 PM Xin Long wrote: > > After Commit 2af5ae372a4b ("tipc: clean up unused code and structures"), > there is no place really using tn->bcbase->inputq. This patch is to > delete this member from struct tipc_bc_base. > > Signed-off-by: Xin Long >

[tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-06 Thread Xin Long
After Commit 2af5ae372a4b ("tipc: clean up unused code and structures"), there is no place really using tn->bcbase->inputq. This patch is to delete this member from struct tipc_bc_base. Signed-off-by: Xin Long --- net/tipc/bcast.c | 22 +- 1 file changed, 1 insertion(+), 21