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

2015-06-23 Thread David Miller
From: Hiroaki Shimoda shimoda.hiro...@gmail.com Date: Thu, 18 Jun 2015 20:40:54 +0900 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 shimoda.hiro...@gmail.com Applied. -- To

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 eric.duma...@gmail.com 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

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

2015-06-19 Thread Eric Dumazet
On Thu, 2015-06-18 at 20:40 +0900, Hiroaki Shimoda wrote: 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 shimoda.hiro...@gmail.com --- net/ipv4/inet_diag.c | 4 ++-- 1 file

[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 shimoda.hiro...@gmail.com --- net/ipv4/inet_diag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git