mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[IPV4]: ip_finish_output() can be inlined
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9070683bda
commit
33d043d65b
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ static inline int ip_finish_output2(struct sk_buff *skb)
|
||||||
return -EINVAL;
|
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;
|
struct net_device *dev = skb->dst->dev;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue