Skip to content

Commit

Permalink
[IPV4]: ip_finish_output() can be inlined
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
tgraf authored and David S. Miller committed Aug 29, 2005
1 parent 9070683 commit 33d043d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 33d043d

Please sign in to comment.