projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9070683
)
[IPV4]: ip_finish_output() can be inlined
author
Thomas Graf
<tgraf@suug.ch>
Sun, 21 Aug 2005 00:27:34 +0000
(17:27 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:03:10 +0000
(16:03 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c
patch
|
blob
|
history
diff --git
a/net/ipv4/ip_output.c
b/net/ipv4/ip_output.c
index
19f24f7
..
3f1a263
100644
(file)
--- a/
net/ipv4/ip_output.c
+++ b/
net/ipv4/ip_output.c
@@
-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 in
line in
t ip_finish_output(struct sk_buff *skb)
{
struct net_device *dev = skb->dst->dev;