mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
[PATCH] qeth gfp_t annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4c1f2b3168
commit
23f28001f7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue