Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43553
b: refs/heads/master
c: 61a8424
h: refs/heads/master
i:
  43551: 24ff7c8
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent d282954 commit 3db0d75
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: 28f375fd6ff266d8e321648b36456f696cfae220
refs/heads/master: 61a8424ab8f611d199bfc8ca329ec0ea77a4d4ea
2 changes: 1 addition & 1 deletion trunk/fs/bfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static struct buffer_head * bfs_find_entry(struct inode * dir,

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

0 comments on commit 3db0d75

Please sign in to comment.