diff options
author | Lucian Adrian Grijincu <lgrijincu@ixiacom.com> | 2009-11-12 06:07:26 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-14 05:46:56 +0100 |
commit | 5256f2ef3a40d784b8369035bff3f4dc637a9801 (patch) | |
tree | f588bd4048ea8d21a2dc70e1f8bada886a0af378 /net/ipv6/addrconf.c | |
parent | ipv4: speedup inet_dump_ifaddr() (diff) | |
download | linux-5256f2ef3a40d784b8369035bff3f4dc637a9801.tar.xz linux-5256f2ef3a40d784b8369035bff3f4dc637a9801.zip |
inet: fix inet_bind_bucket_for_each
The first "node" is supposed to be the cursor used in the for_each.
The second "node" is ment literally and should not be macro expanded:
it's the name of the hlist_node field from the inet_bind_bucket.
This currently works because when inet_bind_bucket_for_each is called
it's argument is still "node".
Signed-off-by: Lucian Adrian Grijincu <lgrijincu@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/addrconf.c')
0 files changed, 0 insertions, 0 deletions