kernel-ark/net/bridge/netfilter
KAMEZAWA Hiroyuki 6f91204225 [PATCH] for_each_possible_cpu: network codes
for_each_cpu() actually iterates across all possible CPUs.  We've had mistakes
in the past where people were using for_each_cpu() where they should have been
iterating across only online or present CPUs.  This is inefficient and
possibly buggy.

We're renaming for_each_cpu() to for_each_possible_cpu() to avoid this in the
future.

This patch replaces for_each_cpu with for_each_possible_cpu under /net

Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Acked-by: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-11 06:18:31 -07:00
..
ebt_802_3.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_among.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_arp.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_arpreply.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_dnat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_ip.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_limit.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_log.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_mark_m.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_mark.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_pkttype.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_redirect.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_snat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_stp.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_ulog.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_vlan.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_broute.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_filter.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_nat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtables.c [PATCH] for_each_possible_cpu: network codes 2006-04-11 06:18:31 -07:00
Kconfig [NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulog 2006-01-03 13:10:30 -08:00
Makefile [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG 2006-03-11 18:51:25 -08:00