]> git.baikalelectronics.ru Git - kernel.git/commit
net: tipc: have genetlink code to parse the attrs during dumpit
authorJiri Pirko <jiri@mellanox.com>
Sat, 5 Oct 2019 18:04:39 +0000 (20:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Oct 2019 13:44:47 +0000 (15:44 +0200)
commit3a3cc4be2327cb5cc3ea8fc39f138ae889c694a5
treeba8d367a7c7ae4e0555616c8bc477e33ed682ac4
parent62e28a12cb66b5d406be94458d8cf0bb0a8a4b5e
net: tipc: have genetlink code to parse the attrs during dumpit

Benefit from the fact that the generic netlink code can parse the attrs
for dumpit op and avoid need to parse it in the op callback.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/netlink.c
net/tipc/node.c
net/tipc/socket.c
net/tipc/udp_media.c