commit | 0ac41e81462de20f87242caac2b9084c202c33b7 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Dec 05 01:25:03 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:11 2008 -0800 |
tree | 4978450cfe485614fc2c0ef962ebbfbc9dff5cf9 | |
parent | c01cd429fc118c5db92475c5f08b307718aa4efc [diff] |
[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 <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>