Commit e5fb81bd authored by Al Viro's avatar Al Viro

[PATCH] scsi_transport_iscsi gfp_t annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent aaedd944
...@@ -463,7 +463,7 @@ static inline struct list_head *skb_to_lh(struct sk_buff *skb) ...@@ -463,7 +463,7 @@ static inline struct list_head *skb_to_lh(struct sk_buff *skb)
} }
static void* static void*
mempool_zone_alloc_skb(unsigned int gfp_mask, void *pool_data) mempool_zone_alloc_skb(gfp_t gfp_mask, void *pool_data)
{ {
struct mempool_zone *zone = pool_data; struct mempool_zone *zone = pool_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment