aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakub Kicinski2021-01-19 12:25:21 -0800
committerJakub Kicinski2021-01-20 21:04:19 -0800
commit0cbe1e57a7b93517100b0eb63d8e445cfbeb630c (patch)
tree504ba6121e998d3138d6a48e813b3500878e9277 /Makefile
parentbcfe2f1a3818d9dca945b6aca4ae741cb1f75329 (diff)
net: inline rollback_registered_many()
Similar to the change for rollback_registered() - rollback_registered_many() was a part of unregister_netdevice_many() minus the net_set_todo(), which is no longer needed. Functionally this patch moves the list_empty() check back after: BUG_ON(dev_boot_phase); ASSERT_RTNL(); but I can't find any reason why that would be an issue. Reviewed-by: Edwin Peer <edwin.peer@broadcom.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions