Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41349
b: refs/heads/master
c: e54f818
h: refs/heads/master
i:
  41347: b7cc3c6
v: v3
  • Loading branch information
Roland Dreier committed Nov 29, 2006
1 parent 0ad8f33 commit c142754
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53533e16b1d94ff71cb013497938976906d9d504
refs/heads/master: e54f81889cd5228e7087637c377d76301c7c5663
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/amso1100/c2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/iser/iscsi_iser.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c142754

Please sign in to comment.