提交 2c04ddb7 编写于 作者: T Thomas Graf 提交者: David S. Miller

[GENETLINK]: Fix adjustment of number of multicast groups

The current calculation of the maximum number of genetlink
multicast groups seems odd, fix it.
Signed-off-by: NThomas Graf <tgraf@suug.ch>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 79dc4386
...@@ -184,7 +184,7 @@ int genl_register_mc_group(struct genl_family *family, ...@@ -184,7 +184,7 @@ int genl_register_mc_group(struct genl_family *family,
} }
err = netlink_change_ngroups(genl_sock, err = netlink_change_ngroups(genl_sock,
sizeof(unsigned long) * NETLINK_GENERIC); mc_groups_longs * BITS_PER_LONG);
if (err) if (err)
goto out; goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册