]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NETLINK]: netlink_callback structure needs 5 args not 4
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Tue, 21 Jun 2005 19:38:48 +0000 (12:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2005 19:38:48 +0000 (12:38 -0700)
net/ipv4/tcp_diag.c uses up to ->args[4]

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netlink.h

index 561d4dc7583640cb28cb4fbbaf7a285ad4035da4..3029cad63a013b5301c9f026b9771e156f229816 100644 (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