Loading fs/qnx4/inode.c +3 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,7 @@ static int qnx4_fill_super(struct super_block *s, void *data, int silent) if (IS_ERR(root)) { printk(KERN_ERR "qnx4: get inode failed\n"); ret = PTR_ERR(root); goto out; goto outb; } ret = -ENOMEM; Loading @@ -269,6 +269,8 @@ static int qnx4_fill_super(struct super_block *s, void *data, int silent) outi: iput(root); outb: kfree(qs->BitMap); out: brelse(bh); outnobh: Loading Loading
fs/qnx4/inode.c +3 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,7 @@ static int qnx4_fill_super(struct super_block *s, void *data, int silent) if (IS_ERR(root)) { printk(KERN_ERR "qnx4: get inode failed\n"); ret = PTR_ERR(root); goto out; goto outb; } ret = -ENOMEM; Loading @@ -269,6 +269,8 @@ static int qnx4_fill_super(struct super_block *s, void *data, int silent) outi: iput(root); outb: kfree(qs->BitMap); out: brelse(bh); outnobh: Loading