dst: don't inline dst_ifdown
authorstephen hemminger <shemminger@vyatta.com>
Mon, 12 Apr 2010 07:38:05 +0000 (07:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Apr 2010 10:32:44 +0000 (03:32 -0700)
commit561155110307ad304226a23272244398fa46cbae
treeb284f673ba3409b1aed5e6af78233b0a59ce8c9c
parent69d7ce72b926d4ceeacd2b7b9ffcbc37ae4b1c58
dst: don't inline dst_ifdown

The function dst_ifdown is called only two places but in a non-
performance critical code path, there is no reason to inline it.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dst.c