projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1f2b3
)
[PATCH] qeth gfp_t annotations
author
Al Viro
<viro@ftp.linux.org.uk>
Wed, 14 Mar 2007 09:19:20 +0000
(09:19 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 14 Mar 2007 22:27:50 +0000
(15:27 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/s390/net/qeth.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/s390/net/qeth.h
b/drivers/s390/net/qeth.h
index e95c281f1e36ac2fe97ab580fab739040c084e7f..84b108d7c7fda8077fad5c31ec7de28a43a63579 100644
(file)
--- a/
drivers/s390/net/qeth.h
+++ b/
drivers/s390/net/qeth.h
@@
-873,7
+873,7
@@
qeth_realloc_headroom(struct qeth_card *card, struct sk_buff *skb, int size)
}
static inline struct sk_buff *
-qeth_pskb_unshare(struct sk_buff *skb,
in
t pri)
+qeth_pskb_unshare(struct sk_buff *skb,
gfp_
t pri)
{
struct sk_buff *nskb;
if (!skb_cloned(skb))