]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Fix fib_trie build in some configurations.
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Feb 2011 04:48:10 +0000 (20:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Feb 2011 04:48:47 +0000 (20:48 -0800)
commit559f38a13efe1a4dfa70a9f6f0adfe6fcda569ea
tree81ea9a19ff8096f40b1340a8e41c4c254623ef2f
parent44d7ab298e69f01b47b98bd447b2d9ef02627a6a
ipv4: Fix fib_trie build in some configurations.

If we end up including include/linux/node.h (either explicitly
or implicitly) that header has a definition of "structt node"
too.

So rename the one we use in fib_trie to "rt_trie_node" to avoid
the conflict.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c