Browse Source

[PATCH] scsi_transport_iscsi gfp_t annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 19 years ago
parent
commit
e5fb81bd89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/scsi/scsi_transport_iscsi.c

+ 1 - 1
drivers/scsi/scsi_transport_iscsi.c

@@ -463,7 +463,7 @@ static inline struct list_head *skb_to_lh(struct sk_buff *skb)
 }
 
 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;