From: Hiroaki Shimoda
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
Applied.
--
To unsubscribe from this list: send the line "unsubscri
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
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
> ---
> net/ipv4/inet_diag.c | 4 ++--
> 1 file changed, 2 insertions(+
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/inet_dia