OSDN Git Service

net: ipv4: remove disable of bottom half in inet_rtm_getroute
authorDavid Ahern <dsa@cumulusnetworks.com>
Sun, 8 Jan 2017 04:04:23 +0000 (20:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 18:54:44 +0000 (13:54 -0500)
commiteafea7390e597f766927d1ba7459f3904b0b9194
treeb33f5a7bc7b3fcfecd8b575f348975da5d6401f4
parent6b0c06e0b660ed175dbdd93a591476041403e54b
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>
net/ipv4/route.c