From d2da4d7c6c5c3b8f6554d9d574c557351ed893a9 Mon Sep 17 00:00:00 2001 From: Josef Sipek Date: Fri, 8 Dec 2006 02:37:00 -0800 Subject: [PATCH] --- yaml --- r: 43562 b: refs/heads/master c: 0191f2055cd16a2252219c621329b52d8b67194e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/efs/dir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;