]> git.baikalelectronics.ru Git - kernel.git/commit
fib: suppress lockdep-RCU false positive in FIB trie.
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 14 Apr 2010 23:13:29 +0000 (16:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Apr 2010 23:13:29 +0000 (16:13 -0700)
commita8c65ebd04c345b5bf34cb6f9c5348cd142fef4b
tree7583f360508bd0a01b666fb711d7d1c6e30e2ea9
parent02c8634ce136415619ca3bf0f13be502b3c3e541
fib: suppress lockdep-RCU false positive in FIB trie.

Followup of commit e94d62d9

Allow tnode_get_child_rcu() to be called either under rcu_read_lock()
protection or with RTNL held.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c