On 11/11/2018 03:05 AM, Jon Maloy wrote:
>  
> +struct tipc_fin_net_work {
> +     struct work_struct work;
> +     struct net *net;
> +     u32 addr;
> +};
> +

In my opinion, it's no necessary to define the name so specific to
reflect that it will be only used to finalize tipc net.

Instead, probably we can define a bit generic name: such as, tipc_net_work.


_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to