Skip to content

Commit

Permalink
[PATCH] scsi_transport_iscsi gfp_t annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent aaedd94 commit e5fb81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_transport_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e5fb81b

Please sign in to comment.