From: Alexey Kuznetsov Date: Tue, 21 Jun 2005 19:38:48 +0000 (-0700) Subject: [NETLINK]: netlink_callback structure needs 5 args not 4 X-Git-Tag: v2.6.13-rc1~68^2~536^2~177^2~13 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=18b504e25fd617bee8830d2cdcaff7fb7b5931bb;p=linux-2.6-block.git [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 --- diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 561d4dc75836..3029cad63a01 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -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