diff --git a/[refs] b/[refs] index 99ca4e2441ce..0148373c56a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cc5ef55fd0d81f70b0afc86817aa1d305fd6aeaa +refs/heads/master: 0191f2055cd16a2252219c621329b52d8b67194e diff --git a/trunk/fs/efs/dir.c b/trunk/fs/efs/dir.c index 17f5b2d3c16a..b46c488eefc8 100644 --- a/trunk/fs/efs/dir.c +++ b/trunk/fs/efs/dir.c @@ -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;