inet_diag: Remove _bh suffix in inet_diag_dump_reqs().
authorHiroaki SHIMODA <shimoda.hiroaki@gmail.com>
Thu, 18 Jun 2015 11:40:54 +0000 (20:40 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2015 08:19:52 +0000 (01:19 -0700)
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.hiroaki@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_diag.c

Simple merge