From: Xin L. <luc...@gm...> - 2021-04-14 20:48:33
|
On Wed, Apr 7, 2021 at 4:59 PM <jm...@re...> wrote: > > From: Jon Maloy <jm...@re...> > > We make some minor code cleanups and improvements. > > --- > v2: - Removed patch #1 from v1, which has now been applied upstream > - Fixed memory leak in patch #2 as identified by Hoang > > Jon Maloy (3): > tipc: eliminate redundant fields in struct tipc_sock > tipc: refactor function tipc_sk_anc_data_recv() > tipc: simplify handling of lookup scope during multicast message > reception > > net/tipc/name_table.c | 6 +- > net/tipc/name_table.h | 4 +- > net/tipc/socket.c | 149 +++++++++++++++++++----------------------- > 3 files changed, 74 insertions(+), 85 deletions(-) > > -- > 2.29.2 > > > > _______________________________________________ > tipc-discussion mailing list > tip...@li... > https://lists.sourceforge.net/lists/listinfo/tipc-discussion LGTM! Reviewed-by: Xin Long <luc...@gm...> |