commit | b97bac64a589d0158cf866e8995e831030f68f4f | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Aug 09 20:41:48 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 09 16:57:38 2017 -0700 |
tree | 56479a7e21e3f56f4263f52bbab2d0b90344e4a0 | |
parent | e1fa6d216dd134c7fca6dc5f0a10553c36503901 [diff] |
rtnetlink: make rtnl_register accept a flags parameter This change allows us to later indicate to rtnetlink core that certain doit functions should be called without acquiring rtnl_mutex. This change should have no effect, we simply replace the last (now unused) calcit argument with the new flag. Signed-off-by: Florian Westphal <fw@strlen.de> Reviewed-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>