1
0
Fork 0

[NETLINK]: netlink_callback structure needs 5 args not 4

net/ipv4/tcp_diag.c uses up to ->args[4]

Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Alexey Kuznetsov 2005-06-21 12:38:48 -07:00 committed by David S. Miller
parent 1d345dac1f
commit 18b504e25f
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ struct netlink_callback
int (*dump)(struct sk_buff * skb, struct netlink_callback *cb);
int (*done)(struct netlink_callback *cb);
int family;
long args[4];
long args[5];
};
struct netlink_notify