diff options
Diffstat (limited to 'fs/hfs/super.c')
| -rw-r--r-- | fs/hfs/super.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 92cf8751e42..6c5f92dfb50 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c @@ -443,7 +443,7 @@ static int __init init_hfs_fs(void)  	hfs_inode_cachep = kmem_cache_create("hfs_inode_cache",  		sizeof(struct hfs_inode_info), 0, SLAB_HWCACHE_ALIGN, -		hfs_init_once, NULL); +		hfs_init_once);  	if (!hfs_inode_cachep)  		return -ENOMEM;  	err = register_filesystem(&hfs_fs_type);  |