Re: [PATCH net-next] net: ipv4: remove disable of bottom half in inet_rtm_getroute

2017-01-09 Thread David Miller
From: David Ahern Date: Sat, 7 Jan 2017 20:04:23 -0800 > 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 t

[PATCH net-next] net: ipv4: remove disable of bottom half in inet_rtm_getroute

2017-01-07 Thread David Ahern
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 --- net/ipv4/route.c | 2 -- 1