commit | 45880485a3c58a4fc40734e23ddfbe786dfac072 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Oct 16 21:26:40 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 16 21:26:40 2017 +0100 |
tree | 83d6e4eee4a33ccd89af13691b484c59489d4f7f | |
parent | d85969f1a981b9cd57f5037ebcb9c6d385c0bc70 [diff] | |
parent | 5fa85a09390c4a525cb4d06a0c4644b01a47976b [diff] |
Merge branch 'net-core-rcuify-rtnl-af_ops' 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>