[NETLINK]: Add "groups" argument to netlink_kernel_create
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Этот коммит содержится в:

коммит произвёл
David S. Miller

родитель
9a4595bc7e
Коммит
066286071d
@@ -845,7 +845,7 @@ static int __init inet_diag_init(void)
|
||||
goto out;
|
||||
|
||||
memset(inet_diag_table, 0, inet_diag_table_size);
|
||||
idiagnl = netlink_kernel_create(NETLINK_INET_DIAG, inet_diag_rcv,
|
||||
idiagnl = netlink_kernel_create(NETLINK_INET_DIAG, 0, inet_diag_rcv,
|
||||
THIS_MODULE);
|
||||
if (idiagnl == NULL)
|
||||
goto out_free_table;
|
||||
|
Ссылка в новой задаче
Block a user