]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
IB: Convert kmem_cache_t -> struct kmem_cache
authorRoland Dreier <rolandd@cisco.com>
Wed, 29 Nov 2006 23:33:07 +0000 (15:33 -0800)
committerRoland Dreier <rolandd@cisco.com>
Wed, 29 Nov 2006 23:33:07 +0000 (15:33 -0800)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/mad.c
drivers/infiniband/hw/amso1100/c2.h
drivers/infiniband/ulp/iser/iscsi_iser.h

index a72bcea46ff634ce018f667fa21fdf9d8f322541..3f9c16232c4d7f95971ba8298f6cef738cd1b3cb 100644 (file)
@@ -46,7 +46,7 @@ MODULE_DESCRIPTION("kernel IB MAD API");
 MODULE_AUTHOR("Hal Rosenstock");
 MODULE_AUTHOR("Sean Hefty");
 
-static kmem_cache_t *ib_mad_cache;
+static struct kmem_cache *ib_mad_cache;
 
 static struct list_head ib_mad_port_list;
 static u32 ib_mad_client_id = 0;
index 1b17dcdd050519da6851f4566bc337056d3ad32c..04a9db5de881ec61792f98a0644cf77ab868d4ae 100644 (file)
@@ -302,7 +302,7 @@ struct c2_dev {
        unsigned long pa;       /* PA device memory */
        void **qptr_array;
 
-       kmem_cache_t *host_msg_cache;
+       struct kmem_cache *host_msg_cache;
 
        struct list_head cca_link;              /* adapter list */
        struct list_head eh_wakeup_list;        /* event wakeup list */
index 9c53916f28c24d89a8d8e6bbd8616cfe62783423..234e5b061a75b980ae2e5a65751ea4eda4420741 100644 (file)
@@ -283,7 +283,7 @@ struct iser_global {
        struct mutex      connlist_mutex;
        struct list_head  connlist;             /* all iSER IB connections */
 
-       kmem_cache_t *desc_cache;
+       struct kmem_cache *desc_cache;
 };
 
 extern struct iser_global ig;