commit | eafea7390e597f766927d1ba7459f3904b0b9194 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Sat Jan 07 20:04:23 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 09 13:54:44 2017 -0500 |
tree | b33f5a7bc7b3fcfecd8b575f348975da5d6401f4 | |
parent | 6b0c06e0b660ed175dbdd93a591476041403e54b [diff] |
net: ipv4: remove disable of bottom half in inet_rtm_getroute Nothing about the route lookup requires bottom half to be disabled. Remove the local_bh_disable ... local_bh_enable around ip_route_input. This appears to be a vestige of days gone by as it has been there since the beginning of git time. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>