diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-24 18:41:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-24 18:55:03 -0400 |
commit | 1db2ea398ffbfd9ea46d509ff0e4a85bb4b8c0ea (patch) | |
tree | a4c2f7df0133f46c5e92f79e3219462ee9168314 /include | |
parent | 8abf1064c786ef5435b2d53cc8e9ebee13020de6 (diff) |
[PATCH] netlabel gfp annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netlabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index fc2b72fc7e07..dd5780b36919 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h | |||
@@ -108,7 +108,7 @@ | |||
108 | */ | 108 | */ |
109 | static inline struct sk_buff *netlbl_netlink_alloc_skb(size_t head, | 109 | static inline struct sk_buff *netlbl_netlink_alloc_skb(size_t head, |
110 | size_t body, | 110 | size_t body, |
111 | int gfp_flags) | 111 | gfp_t gfp_flags) |
112 | { | 112 | { |
113 | struct sk_buff *skb; | 113 | struct sk_buff *skb; |
114 | 114 | ||