diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-10-21 11:20:43 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-28 19:16:47 +0400 |
commit | 7d877f3bda870ab5f001bd92528654471d5966b3 (patch) | |
tree | 1c05b62abead153956c4ca250ffb1891887e77c9 /include/net/sock.h | |
parent | fd4f2df24bc23e6b8fc069765b425c7dacf52347 (diff) | |
download | linux-7d877f3bda870ab5f001bd92528654471d5966b3.tar.xz |
[PATCH] gfp_t: net/*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index ecb75526cba0..e0498bd36004 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -207,7 +207,7 @@ struct sock { struct sk_buff_head sk_write_queue; int sk_wmem_queued; int sk_forward_alloc; - unsigned int sk_allocation; + gfp_t sk_allocation; int sk_sndbuf; int sk_route_caps; unsigned long sk_flags; |