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

2013-10-18 Thread David Miller
From: baker.ker...@gmail.com Date: Sun, 13 Oct 2013 19:50:09 +0800 > From: "baker.zhang" > > fib_table_lookup has included the rcu lock protection. > > Signed-off-by: baker.zhang Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

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

2013-10-13 Thread baker . kernel
From: "baker.zhang" fib_table_lookup has included the rcu lock protection. Signed-off-by: baker.zhang --- Thanks for Eric Dumazet's review. The V1 patch remove a necessary rcu read lock. net/ipv4/fib_frontend.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/ipv4/fib_frontend.c b/net