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: firefly_0821_release~40856^2~21^2~169^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=18b504e25fd617bee8830d2cdcaff7fb7b5931bb;p=firefly-linux-kernel-4.4.55.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