summaryrefslogtreecommitdiff
path: root/net/ipv4/netlink.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-06-06 12:29:06 -0700
committerDavid S. Miller <davem@davemloft.net>2024-06-10 13:15:40 +0100
commit5fbf57a937f418fe204f9dbb7735e91984f4ee6a (patch)
treef2cdf5b7f859f94ba167da7a98d364d8fb5358c0 /net/ipv4/netlink.c
parent5380d64f8d766576ac5c0f627418b2d0e1d2641f (diff)
net: netlink: remove the cb_mutex "injection" from netlink core
Back in 2007, in commit af65bdfce98d ("[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it") netlink core was extended to allow subsystems to replace the dump mutex lock with its own lock. The mechanism was used by rtnetlink to take rtnl_lock but it isn't sufficiently flexible for other users. Over the 17 years since it was added no other user appeared. Since rtnetlink needs conditional locking now, and doesn't use it either, axe this feature complete. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/netlink.c')
0 files changed, 0 insertions, 0 deletions