commit | 1db2ea398ffbfd9ea46d509ff0e4a85bb4b8c0ea | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Sep 24 23:41:42 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Sep 24 15:55:03 2006 -0700 |
tree | a4c2f7df0133f46c5e92f79e3219462ee9168314 | |
parent | 8abf1064c786ef5435b2d53cc8e9ebee13020de6 [diff] [blame] |
[PATCH] netlabel gfp annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index fc2b72f..dd5780b 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h
@@ -108,7 +108,7 @@ */ static inline struct sk_buff *netlbl_netlink_alloc_skb(size_t head, size_t body, - int gfp_flags) + gfp_t gfp_flags) { struct sk_buff *skb;