From: Stephen Hemminger Date: Sun, 23 Mar 2008 00:59:58 +0000 (-0700) Subject: [IPV4] fib_trie: fix warning from rcu_assign_poinger X-Git-Tag: v2.6.25-rc7~25^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6440cc9e0f48ade57af7be28008cbfa6a991f287;p=pandora-kernel.git [IPV4] fib_trie: fix warning from rcu_assign_poinger This gets rid of a warning caused by the test in rcu_assign_pointer. I tried to fix rcu_assign_pointer, but that devolved into a long set of discussions about doing it right that came to no real solution. Since the test in rcu_assign_pointer for constant NULL would never succeed in fib_trie, just open code instead. Signed-off-by: Stephen Hemminger Acked-by: Paul E. McKenney Signed-off-by: David S. Miller --- Reading git-diff-tree failed