mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +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
@ -200,7 +200,7 @@ static inline int ip_finish_output2(struct sk_buff *skb)
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user