Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90445
b: refs/heads/master
c: 1483b87
h: refs/heads/master
i:
  90443: bacf5f1
v: v3
  • Loading branch information
Denys Vlasenko authored and David S. Miller committed Mar 28, 2008
1 parent 5baaf90 commit a8bc7d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1567ca7eec7664b8be3b07755ac59dc1b1ec76cb
refs/heads/master: 1483b8744e1a189b2018e2a1bd82f343d6bb52d2
4 changes: 4 additions & 0 deletions trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ struct sk_buff *__netdev_alloc_skb(struct net_device *dev,
*/
struct sk_buff *dev_alloc_skb(unsigned int length)
{
/*
* There is more code here than it seems:
* __def_alloc_skb is an inline
*/
return __dev_alloc_skb(length, GFP_ATOMIC);
}
EXPORT_SYMBOL(dev_alloc_skb);
Expand Down

0 comments on commit a8bc7d6

Please sign in to comment.