]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit3b1884435aa61320ac12d3b91f69ab034946cc3d
tree2fe0d81fc5c8364d729f1ae8b2131873529ad8d2
parent3447cf2e9a11fd672de8b3cc613eabd97fe82053
inet_diag: Remove _bh suffix in inet_diag_dump_reqs().

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