]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/bio.c
[PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_path
[karo-tx-linux.git] / fs / bio.c
index 50c40ce2cead2078d528d48112d09b062fb32eb0..7ec737eda72bba71718d433820eae4e0c0d6a489 100644 (file)
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -30,7 +30,7 @@
 
 #define BIO_POOL_SIZE 256
 
-static kmem_cache_t *bio_slab __read_mostly;
+static struct kmem_cache *bio_slab __read_mostly;
 
 #define BIOVEC_NR_POOLS 6
 
@@ -44,7 +44,7 @@ mempool_t *bio_split_pool __read_mostly;
 struct biovec_slab {
        int nr_vecs;
        char *name; 
-       kmem_cache_t *slab;
+       struct kmem_cache *slab;
 };
 
 /*