Home
last modified time | relevance | path

Searched hist:"63105 e83987a08f73accfba78602a073bf219b69" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Drtnetlink.cdiff 63105e83987a08f73accfba78602a073bf219b69 Fri Apr 29 18:55:07 CDT 2022 Jakub Kicinski <kuba@kernel.org> rtnl: split __rtnl_newlink() into two functions

__rtnl_newlink() is 250LoC, but has a few clear sections.
Move the part which creates a new netdev to a separate
function.

For ease of review code will be moved in the next change.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>