mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
[PATCH] scsi_transport_iscsi gfp_t annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
aaedd944d4
commit
e5fb81bd89
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue