Commit 0191f2055cd16a2252219c621329b52d8b67194e

Authored by Josef Sipek
Committed by Linus Torvalds
1 parent cc5ef55fd0

[PATCH] struct path: convert efs

Signed-off-by: Josef Sipek <jsipek@fsl.cs.sunysb.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -20,7 +20,7 @@
20 20 };
21 21  
22 22 static int efs_readdir(struct file *filp, void *dirent, filldir_t filldir) {
23   - struct inode *inode = filp->f_dentry->d_inode;
  23 + struct inode *inode = filp->f_path.dentry->d_inode;
24 24 struct buffer_head *bh;
25 25  
26 26 struct efs_dir *dirblock;