Commit 23f28001 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] qeth gfp_t annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4c1f2b31
...@@ -873,7 +873,7 @@ qeth_realloc_headroom(struct qeth_card *card, struct sk_buff *skb, int size) ...@@ -873,7 +873,7 @@ qeth_realloc_headroom(struct qeth_card *card, struct sk_buff *skb, int size)
} }
static inline struct sk_buff * static inline struct sk_buff *
qeth_pskb_unshare(struct sk_buff *skb, int pri) qeth_pskb_unshare(struct sk_buff *skb, gfp_t pri)
{ {
struct sk_buff *nskb; struct sk_buff *nskb;
if (!skb_cloned(skb)) if (!skb_cloned(skb))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment