Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43604
b: refs/heads/master
c: 24e23c2
h: refs/heads/master
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent a6567fa commit 9660da0
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: c2c8bbadbf6532e48025c9065231244f0c477c29
refs/heads/master: 24e23c24e7a4754e50439dfc33bdbd05b09c4cc5
2 changes: 1 addition & 1 deletion trunk/fs/qnx4/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

static int qnx4_readdir(struct file *filp, void *dirent, filldir_t filldir)
{
struct inode *inode = filp->f_dentry->d_inode;
struct inode *inode = filp->f_path.dentry->d_inode;
unsigned int offset;
struct buffer_head *bh;
struct qnx4_inode_entry *de;
Expand Down

0 comments on commit 9660da0

Please sign in to comment.