Re: [PATCH net-next] fib_trie: remove duplicated rcu lock

2013-10-12 Thread Eric Dumazet
On Sun, 2013-10-13 at 08:13 +0800, baker.ker...@gmail.com wrote: > From: "baker.zhang" > > fib_table_lookup has included the rcu lock protection. > > Signed-off-by: baker.zhang > --- > net/ipv4/fib_frontend.c | 4 > 1 file changed, 4 deletions(-) > > diff --git a/net/ipv4/fib_frontend.c

[PATCH net-next] fib_trie: remove duplicated rcu lock

2013-10-12 Thread baker . kernel
From: "baker.zhang" fib_table_lookup has included the rcu lock protection. Signed-off-by: baker.zhang --- net/ipv4/fib_frontend.c | 4 1 file changed, 4 deletions(-) diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index b3f627a..0e9127d 100644 --- a/net/ipv4/fib_frontend.c