Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] gfp_t: net/*
[linux-2.6.git]
/
net
/
dccp
/
output.c
diff --git
a/net/dccp/output.c
b/net/dccp/output.c
index 29250749f16f86044d1f5fec4a592271fa12f856..d59f86f7ceabbdd21a66a3910fd1f2ac16e52a35 100644
(file)
--- a/
net/dccp/output.c
+++ b/
net/dccp/output.c
@@
-495,7
+495,7
@@
void dccp_send_close(struct sock *sk, const int active)
{
struct dccp_sock *dp = dccp_sk(sk);
struct sk_buff *skb;
- const
unsigned in
t prio = active ? GFP_KERNEL : GFP_ATOMIC;
+ const
gfp_
t prio = active ? GFP_KERNEL : GFP_ATOMIC;
skb = alloc_skb(sk->sk_prot->max_header, prio);
if (skb == NULL)