Re: [PATCH] dql: make dql_init return void

2017-10-18 Thread Hiroaki SHIMODA
On Tue, 17 Oct 2017 17:16:52 -0700 Stephen Hemminger wrote: > dql_init always returned 0, and the only place that uses it > in network core code didn't care about the return value anyway. > > Signed-off-by: Stephen Hemminger Acked-by: Hiroaki SHIMODA

Re: [PATCH net-next] inet_diag: Remove _bh suffix in inet_diag_dump_reqs().

2015-06-19 Thread Hiroaki Shimoda
On Thu, 18 Jun 2015 23:42:08 -0700 Eric Dumazet wrote: > Sure, although this will soon be removed completely when SYN_RECV > sockets will be stored in regular ehash table. OK. Thank you for letting me know. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a mes

[PATCH net-next] inet_diag: Remove _bh suffix in inet_diag_dump_reqs().

2015-06-18 Thread Hiroaki Shimoda
inet_diag_dump_reqs() is called from inet_diag_dump_icsk() with BH disabled. So no need to disable BH in inet_diag_dump_reqs(). Signed-off-by: Hiroaki Shimoda --- net/ipv4/inet_diag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/inet_diag.c b/net/ipv4