projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d345da
)
[NETLINK]: netlink_callback structure needs 5 args not 4
author
Alexey Kuznetsov
<kuznet@ms2.inr.ac.ru>
Tue, 21 Jun 2005 19:38:48 +0000
(12:38 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/linux/netlink.h
b/include/linux/netlink.h
index 561d4dc7583640cb28cb4fbbaf7a285ad4035da4..3029cad63a013b5301c9f026b9771e156f229816 100644
(file)
--- 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