diff --git a/[refs] b/[refs] index a10678b5c975..f202fa2b63d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f5974c8f8cf431baf44e7127b669e3b1960f184f +refs/heads/master: 497d48bd27ec1c44b4600e8e98a776188f2e11f2 diff --git a/trunk/fs/hfsplus/super.c b/trunk/fs/hfsplus/super.c index 473332098013..fdafb2d71654 100644 --- a/trunk/fs/hfsplus/super.c +++ b/trunk/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;