Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165715
b: refs/heads/master
c: a21f3c2
h: refs/heads/master
i:
  165713: 1e3cb49
  165711: e62e90e
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Sep 24, 2009
1 parent 95f3dcf commit 2ca1161
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: 9e5f1138d76e45b0ce56314ba0587e5942b55dcc
refs/heads/master: a21f3c2a04d8a8d26b4bf3523368380feb8742b7
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 2ca1161

Please sign in to comment.