From: Lucian Adrian Grijincu Date: Thu, 12 Nov 2009 05:07:26 +0000 (+0000) Subject: inet: fix inet_bind_bucket_for_each X-Git-Tag: v2.6.33-rc1~388^2~378 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5256f2ef3a40d784b8369035bff3f4dc637a9801;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed