mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d629b836d1
commit
ac6d439d20
27 changed files with 183 additions and 91 deletions
|
|
@ -93,7 +93,7 @@ static int send_uevent(const char *signal, const char *obj,
|
|||
}
|
||||
}
|
||||
|
||||
NETLINK_CB(skb).dst_groups = 1;
|
||||
NETLINK_CB(skb).dst_group = 1;
|
||||
return netlink_broadcast(uevent_sock, skb, 0, 1, gfp_mask);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue