summaryrefslogtreecommitdiff
path: root/net/llc
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2021-05-18 05:09:08 +0300
committerDavid S. Miller <davem@davemloft.net>2021-05-18 23:22:09 +0300
commitbe07f056396d6bb40963c45a02951c566ddeef8e (patch)
tree1c1d17db20a5f2977b5d796565e80ab651220855 /net/llc
parent1dde47a66d4fb181830d6fa000e5ea86907b639e (diff)
downloadlinux-be07f056396d6bb40963c45a02951c566ddeef8e.tar.xz
tipc: simplify the finalize work queue
This patch is to use "struct work_struct" for the finalize work queue instead of "struct tipc_net_work", as it can get the "net" and "addr" from tipc_net's other members and there is no need to add extra net and addr in tipc_net by defining "struct tipc_net_work". Note that it's safe to get net from tn->bcl as bcl is always released after the finalize work queue is done. Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Jon Maloy <jmaloy@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/llc')
0 files changed, 0 insertions, 0 deletions