git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eec4df9
)
inet: fix inet_bind_bucket_for_each
author
Lucian Adrian Grijincu
<lgrijincu@ixiacom.com>
Thu, 12 Nov 2009 05:07:26 +0000
(
05:07
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 14 Nov 2009 04:46:56 +0000
(20:46 -0800)
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>
include/net/inet_hashtables.h
patch
|
blob
|
history
diff --cc
include/net/inet_hashtables.h
Simple merge