diff options
Diffstat (limited to 'fs/hfsplus/super.c')
| -rw-r--r-- | fs/hfsplus/super.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 47333209801..fdafb2d7165 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -365,7 +365,7 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent)  	u64 last_fs_block, last_fs_page;  	int err; -	err = -EINVAL; +	err = -ENOMEM;  	sbi = kzalloc(sizeof(*sbi), GFP_KERNEL);  	if (!sbi)  		goto out;  |