Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43607
b: refs/heads/master
c: 3027795
h: refs/heads/master
i:
  43605: 440ada1
  43603: a6567fa
  43599: a11e00a
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent 64d07ca commit d4f7dc2
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: 1fc5adbd1916793c19d25347f484806c124d9be7
refs/heads/master: 3027795e7b873da643e851d62d17f6bcc43d6e4a
2 changes: 1 addition & 1 deletion trunk/fs/romfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static unsigned char romfs_dtype_table[] = {
static int
romfs_readdir(struct file *filp, void *dirent, filldir_t filldir)
{
struct inode *i = filp->f_dentry->d_inode;
struct inode *i = filp->f_path.dentry->d_inode;
struct romfs_inode ri;
unsigned long offset, maxoff;
int j, ino, nextfh;
Expand Down

0 comments on commit d4f7dc2

Please sign in to comment.