mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 17:32:42 +02:00
[PATCH] netlabel gfp annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
8abf1064c7
commit
1db2ea398f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user