Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4906
b: refs/heads/master
c: e2bf521
h: refs/heads/master
v: v3
  • Loading branch information
Victor Fusco authored and David S. Miller committed Jul 18, 2005
1 parent 4730d5b commit f29f05a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 37da647d994cdac7e0bc8d2a365fbda403939a2b
refs/heads/master: e2bf521d9728bfae9b6c3d484614e5962d0b5afd
3 changes: 2 additions & 1 deletion trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ static inline struct sk_buff *skb_share_check(struct sk_buff *skb,
*
* %NULL is returned on a memory allocation failure.
*/
static inline struct sk_buff *skb_unshare(struct sk_buff *skb, int pri)
static inline struct sk_buff *skb_unshare(struct sk_buff *skb,
unsigned int __nocast pri)
{
might_sleep_if(pri & __GFP_WAIT);
if (skb_cloned(skb)) {
Expand Down

0 comments on commit f29f05a

Please sign in to comment.