summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2024-06-10 15:15:40 +0300
committerDavid S. Miller <davem@davemloft.net>2024-06-10 15:15:40 +0300
commit395059c52e0104a5e01832f866caa8b15284dd9a (patch)
treef2cdf5b7f859f94ba167da7a98d364d8fb5358c0 /include/linux
parentc917b26e1686b99f18a3c9fbce508a7c264c6706 (diff)
parent5fbf57a937f418fe204f9dbb7735e91984f4ee6a (diff)
downloadlinux-395059c52e0104a5e01832f866caa8b15284dd9a.tar.xz
Merge branch 'rtnetlink-rtnl_lock'
Jakub Kicinski says: ==================== rtnetlink: move rtnl_lock handling out of af_netlink With the changes done in commit 5b4b62a169e1 ("rtnetlink: make the "split" NLM_DONE handling generic") we can also move the rtnl locking out of af_netlink. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netlink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index 5df7340d4dab..b332c2048c75 100644
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -47,7 +47,6 @@ struct netlink_kernel_cfg {
unsigned int groups;
unsigned int flags;
void (*input)(struct sk_buff *skb);
- struct mutex *cb_mutex;
int (*bind)(struct net *net, int group);
void (*unbind)(struct net *net, int group);
void (*release) (struct sock *sk, unsigned long *groups);