Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286547
b: refs/heads/master
c: 8bc5191
h: refs/heads/master
i:
  286545: cea8a78
  286543: 27dd834
v: v3
  • Loading branch information
Al Viro committed Jan 19, 2012
1 parent 288a1ff commit 01c5392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4134bf81ffd962f4de9bbeca55130d2238bd3698
refs/heads/master: 8bc5191b261c4fd9a5e9052cebe04ce2ef05f2e7
4 changes: 3 additions & 1 deletion trunk/fs/qnx4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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:
Expand Down

0 comments on commit 01c5392

Please sign in to comment.