Re: [PATCH 4/9] ipv4: add lockdep condition to fix for_each_entry (v1)

2019-07-16 Thread David Miller
From: "Paul E. McKenney" Date: Tue, 16 Jul 2019 11:39:55 -0700 > On Mon, Jul 15, 2019 at 10:37:00AM -0400, Joel Fernandes (Google) wrote: >> Using the previous support added, use it for adding lockdep conditions >> to list usage here. >> >> Signed-off-by: Joel Fernandes (Google) > > We need

[PATCH 4/9] ipv4: add lockdep condition to fix for_each_entry (v1)

2019-07-15 Thread Joel Fernandes (Google)
Using the previous support added, use it for adding lockdep conditions to list usage here. Signed-off-by: Joel Fernandes (Google) --- net/ipv4/fib_frontend.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index