Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43562
b: refs/heads/master
c: 0191f20
h: refs/heads/master
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent 73a54e9 commit d2da4d7
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: cc5ef55fd0d81f70b0afc86817aa1d305fd6aeaa
refs/heads/master: 0191f2055cd16a2252219c621329b52d8b67194e
2 changes: 1 addition & 1 deletion trunk/fs/efs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct inode_operations efs_dir_inode_operations = {
};

static int efs_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 buffer_head *bh;

struct efs_dir *dirblock;
Expand Down

0 comments on commit d2da4d7

Please sign in to comment.