Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165871
b: refs/heads/master
c: 88a0a53
h: refs/heads/master
i:
  165869: 523fefa
  165867: 64c8510
  165863: 52a9e19
  165855: 9d78fc8
v: v3
  • Loading branch information
Julia Lawall authored and Al Viro committed Sep 24, 2009
1 parent 7ee1665 commit df1b0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f84398068d9c2babe41500504ef247ae07081857
refs/heads/master: 88a0a53d702b1fa39ed9e631939d2dbd92dfe486
2 changes: 1 addition & 1 deletion trunk/fs/romfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ static int romfs_fill_super(struct super_block *sb, void *data, int silent)
pos = (ROMFH_SIZE + len + 1 + ROMFH_PAD) & ROMFH_MASK;

root = romfs_iget(sb, pos);
if (!root)
if (IS_ERR(root))
goto error;

sb->s_root = d_alloc_root(root);
Expand Down

0 comments on commit df1b0ca

Please sign in to comment.