Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43597
b: refs/heads/master
c: 80a0678
h: refs/heads/master
i:
  43595: 1f1fa03
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent 79bbb3f commit 94cead6
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: d28c91740ae2cd1d963f9e4e3889789894cb6d52
refs/heads/master: 80a067801d8cc9384f17991b90811f87ceab8225
2 changes: 1 addition & 1 deletion trunk/fs/openpromfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static struct dentry *openpromfs_lookup(struct inode *dir, struct dentry *dentry

static int openpromfs_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;
struct op_inode_info *oi = OP_I(inode);
struct device_node *dp = oi->u.node;
struct device_node *child;
Expand Down

0 comments on commit 94cead6

Please sign in to comment.