Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144813
b: refs/heads/master
c: 774e33e
h: refs/heads/master
i:
  144811: 5bbffd1
v: v3
  • Loading branch information
Roel Kluin authored and Al Viro committed May 9, 2009
1 parent bb8ed6a commit 0fb7e14
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: c490d79bb70c549e096099576b1df40a8810b0d8
refs/heads/master: 774e33e70b2bffa8c602d22a5d27c0061a0039cc
3 changes: 2 additions & 1 deletion trunk/fs/romfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ static struct inode *romfs_iget(struct super_block *sb, unsigned long pos)
struct romfs_inode ri;
struct inode *i;
unsigned long nlen;
unsigned nextfh, ret;
unsigned nextfh;
int ret;
umode_t mode;

/* we might have to traverse a chain of "hard link" file entries to get
Expand Down

0 comments on commit 0fb7e14

Please sign in to comment.