|
@@ -228,7 +228,7 @@ static struct kmem_cache * hpfs_inode_cachep;
|
|
static struct inode *hpfs_alloc_inode(struct super_block *sb)
|
|
static struct inode *hpfs_alloc_inode(struct super_block *sb)
|
|
{
|
|
{
|
|
struct hpfs_inode_info *ei;
|
|
struct hpfs_inode_info *ei;
|
|
- ei = (struct hpfs_inode_info *)kmem_cache_alloc(hpfs_inode_cachep, GFP_NOFS);
|
|
|
|
|
|
+ ei = kmem_cache_alloc(hpfs_inode_cachep, GFP_NOFS);
|
|
if (!ei)
|
|
if (!ei)
|
|
return NULL;
|
|
return NULL;
|
|
ei->vfs_inode.i_version = 1;
|
|
ei->vfs_inode.i_version = 1;
|