Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56115511 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

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: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 69d7ce72
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ EXPORT_SYMBOL(dst_release);
 *
 * Commented and originally written by Alexey.
 */
static inline void dst_ifdown(struct dst_entry *dst, struct net_device *dev,
static void dst_ifdown(struct dst_entry *dst, struct net_device *dev,
		       int unregister)
{
	if (dst->ops->ifdown)