projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
d85969f
5fa85a0
)
Merge branch 'net-core-rcuify-rtnl-af_ops'
author
David S. Miller
<davem@davemloft.net>
Mon, 16 Oct 2017 20:26:40 +0000
(21:26 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 16 Oct 2017 20:26:40 +0000
(21:26 +0100)
Florian Westphal says:
====================
net: core: rcuify rtnl af_ops
None of the rtnl af_ops callbacks sleep, so they can be called while
holding rcu read lock.
Switch handling of af_ops to rcu.
This would allow to later call af_ops functions without holding
the rtnl mutex anymore.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Trivial merge