|
|
@@ -2119,7 +2119,7 @@ static int shmem_fill_super(struct super_block *sb,
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-static kmem_cache_t *shmem_inode_cachep;
|
|
|
+static struct kmem_cache *shmem_inode_cachep;
|
|
|
|
|
|
static struct inode *shmem_alloc_inode(struct super_block *sb)
|
|
|
{
|
|
|
@@ -2139,7 +2139,8 @@ static void shmem_destroy_inode(struct inode *inode)
|
|
|
kmem_cache_free(shmem_inode_cachep, SHMEM_I(inode));
|
|
|
}
|
|
|
|
|
|
-static void init_once(void *foo, kmem_cache_t *cachep, unsigned long flags)
|
|
|
+static void init_once(void *foo, struct kmem_cache *cachep,
|
|
|
+ unsigned long flags)
|
|
|
{
|
|
|
struct shmem_inode_info *p = (struct shmem_inode_info *) foo;
|
|
|
|