From: Russell King Date: Tue, 22 Nov 2005 22:38:04 +0000 (-0800) Subject: [NET]: Shut up warnings in net/core/flow.c X-Git-Tag: v2.6.15-rc4~66 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2b4079ab154bd12e8c12b02db5f31b31babe63;p=pandora-kernel.git [NET]: Shut up warnings in net/core/flow.c Not really a network problem, more a !SMP issue. net/core/flow.c:295: warning: statement with no effect flow.c:295: smp_call_function(flow_cache_flush_per_cpu, &info, 1, 0); Fix this by converting the macro to an inline function, which also increases the typechecking for !SMP builds. Signed-off-by: Russell King Signed-off-by: David S. Miller --- Reading git-diff-tree failed