X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhfs%2Fsuper.c;h=4af327a8964b84820907caddfcfbb855d982f866;hb=38177f0d626d937b43898550494220fe2b044289;hp=34937ee83ab1052d2510d1ead5d3ca9fdf78af63;hpb=3944158a6d33f94668dbd6bdc32ff5c67bb53ec2;p=linux-2.6.git diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 34937ee83..4af327a89 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c @@ -391,6 +391,7 @@ static int hfs_fill_super(struct super_block *sb, void *data, int silent) hfs_find_exit(&fd); goto bail_no_root; } + res = -EINVAL; root_inode = hfs_iget(sb, &fd.search_key->cat, &rec); hfs_find_exit(&fd); if (!root_inode)