commit | 3b1884435aa61320ac12d3b91f69ab034946cc3d | [log] [tgz] |
---|---|---|
author | Hiroaki SHIMODA <shimoda.hiroaki@gmail.com> | Thu Jun 18 20:40:54 2015 +0900 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 23 01:19:52 2015 -0700 |
tree | 2fe0d81fc5c8364d729f1ae8b2131873529ad8d2 | |
parent | 3447cf2e9a11fd672de8b3cc613eabd97fe82053 [diff] |
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>