IB: Convert kmem_cache_t -> struct kmem_cache

Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
Roland Dreier
2006-11-29 15:33:07 -08:00
parent 53533e16b1
commit e54f81889c
3 changed files with 3 additions and 3 deletions

View 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;