mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
1c2d670f36
Hold rtnl_mutex during the entire netlink dump operation. This allows to simplify locking in the dump callbacks, since they can now rely on that no concurrent changes happen. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>