Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] qeth gfp_t annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
23f28001 4c1f2b31

+1 -1
+1 -1
drivers/s390/net/qeth.h
··· 873 873 } 874 874 875 875 static inline struct sk_buff * 876 - qeth_pskb_unshare(struct sk_buff *skb, int pri) 876 + qeth_pskb_unshare(struct sk_buff *skb, gfp_t pri) 877 877 { 878 878 struct sk_buff *nskb; 879 879 if (!skb_cloned(skb))