mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 20/29] scsi_transport_iscsi gfp_t annotations
@ 2006-02-08  3:19 Al Viro
  2006-02-08  4:58 ` Mike Christie
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2006-02-08  3:19 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-scsi

Date: 1138793445 -0500

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

 drivers/scsi/scsi_transport_iscsi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

e5fb81bd895041230dfaeb8f8f498b85b4705988
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
index 59a1c9d..723f7ac 100644
--- a/drivers/scsi/scsi_transport_iscsi.c
+++ b/drivers/scsi/scsi_transport_iscsi.c
@@ -463,7 +463,7 @@ static inline struct list_head *skb_to_l
 }
 
 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;
 
-- 
0.99.9.GIT


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-08  4:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-08  3:19 [PATCH 20/29] scsi_transport_iscsi gfp_t annotations Al Viro
2006-02-08  4:58 ` Mike Christie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome