]> git.baikalelectronics.ru Git - kernel.git/commit
tracing, net: fix net tree and tracing tree merge interaction
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 19 Mar 2009 04:46:17 +0000 (15:46 +1100)
committerIngo Molnar <mingo@elte.hu>
Wed, 1 Apr 2009 22:50:30 +0000 (00:50 +0200)
commite54eaf6db4be78b549ce1c1749d87c37149c0887
treebcc9a1fb2c9aa62696980209d751f8493fdefb12
parent33bfd1566bea2577a767743732fc11d2a626b5f2
tracing, net: fix net tree and tracing tree merge interaction

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

 In file included from net/core/skbuff.c:69:
 include/trace/skb.h:4: error: expected ')' before '(' token
 include/trace/skb.h:4: error: expected ')' before '(' token
 [...]

Caused by commit c3ae0dfab5a26c51613df5b51aeff2c408c8c14c ("tracing:
replace TP<var> with TP_<var>") from the tracing tree interacting with
commit d99a8bcb0a806366798ed0b6c66cea1104df58b8 ("Network Drop Monitor:
Add trace declaration for skb frees") from the net tree.

Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/trace/skb.h