commit | 33d043d65bbd3d97efca96c9bbada443cac3c4da | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Sat Aug 20 17:27:34 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 16:03:10 2005 -0700 |
tree | 1411bba571bac24220a938d204ebf651b9df49c5 | |
parent | 9070683bdac59a3b26e2ce6dd0d05fbfcb3fc7d8 [diff] [blame] |
[IPV4]: ip_finish_output() can be inlined Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 19f24f7..3f1a263 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c
@@ -200,7 +200,7 @@ return -EINVAL; } -static int ip_finish_output(struct sk_buff *skb) +static inline int ip_finish_output(struct sk_buff *skb) { struct net_device *dev = skb->dst->dev;