Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190310
b: refs/heads/master
c: 1cb08e9
h: refs/heads/master
v: v3
  • Loading branch information
Phillip Lougher committed Apr 25, 2010
1 parent b67b20b commit 06eaa84
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 792590c72376649b4e315df386fd208b83db05b9
refs/heads/master: 1cb08e97389bb603e1b999312d9686c8faf0187a
3 changes: 2 additions & 1 deletion trunk/fs/squashfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ static int squashfs_fill_super(struct super_block *sb, void *data, int silent)

err = squashfs_read_inode(root, root_inode);
if (err) {
iget_failed(root);
make_bad_inode(root);
iput(root);
goto failed_mount;
}
insert_inode_hash(root);
Expand Down

0 comments on commit 06eaa84

Please sign in to comment.