From: Patrick McHardy Date: Wed, 5 Dec 2007 09:25:03 +0000 (-0800) Subject: [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry X-Git-Tag: v2.6.25-rc1~1162^2~1241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac41e81462de20f87242caac2b9084c202c33b7;p=pandora-kernel.git [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry Use list_add_tail/list_for_each_entry instead of list_add and list_for_each_prev as a preparation for switching to RCU. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed