mirror of https://gitee.com/openkylin/linux.git
[SCSI] iscsi update: use gfp_t
Use gfp_t. I accidentally removed this in our last update. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: Alex Aizman <itn780@yahoo.com> Signed-off-by: Dmitry Yusupov <dmitry_yus@yahoo.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
b36ae07cb7
commit
28e5554df6
|
@ -489,7 +489,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 New Issue