From: Al Viro Date: Sun, 24 Sep 2006 22:41:42 +0000 (+0100) Subject: [PATCH] netlabel gfp annotations X-Git-Tag: v2.6.19-rc1~1255 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1db2ea398ffbfd9ea46d509ff0e4a85bb4b8c0ea;p=~shefty%2Frdma-dev.git [PATCH] netlabel gfp annotations Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/include/net/netlabel.h b/include/net/netlabel.h index fc2b72fc7e0..dd5780b3691 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;