Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90736
b: refs/heads/master
c: bdc82be
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Apr 16, 2008
1 parent 81fe3c5 commit cd512f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11ecede7874efb9c31184b49090fc6d9bb17f9f6
refs/heads/master: bdc82bee43d11c093ff0378acef2a9550891cbb9
2 changes: 1 addition & 1 deletion trunk/net/tipc/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ static inline struct sk_buff *buf_acquire(u32 size)
struct sk_buff *skb;
unsigned int buf_size = (BUF_HEADROOM + size + 3) & ~3u;

skb = alloc_skb(buf_size, GFP_ATOMIC);
skb = alloc_skb_fclone(buf_size, GFP_ATOMIC);
if (skb) {
skb_reserve(skb, BUF_HEADROOM);
skb_put(skb, size);
Expand Down

0 comments on commit cd512f9

Please sign in to comment.