From f7eb20081a6d50db84510b18420fbca538dfbbb7 Mon Sep 17 00:00:00 2001 From: Josef Sipek Date: Fri, 8 Dec 2006 02:37:01 -0800 Subject: [PATCH] --- yaml --- r: 43563 b: refs/heads/master c: 6a90cd248deca1ceaf417c9a04bf3be6026e7a64 h: refs/heads/master i: 43561: 73a54e9c1144e936ac07fd4d0cc1e95b3223b19b 43559: 1b8f26847b91d6fc38be1e47b7252c8134a79ed1 v: v3 --- [refs] | 2 +- trunk/fs/freevxfs/vxfs_lookup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0148373c56a1..4749b7a81115 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0191f2055cd16a2252219c621329b52d8b67194e +refs/heads/master: 6a90cd248deca1ceaf417c9a04bf3be6026e7a64 diff --git a/trunk/fs/freevxfs/vxfs_lookup.c b/trunk/fs/freevxfs/vxfs_lookup.c index 43886fa00a2a..3995d7fbedab 100644 --- a/trunk/fs/freevxfs/vxfs_lookup.c +++ b/trunk/fs/freevxfs/vxfs_lookup.c @@ -240,7 +240,7 @@ vxfs_lookup(struct inode *dip, struct dentry *dp, struct nameidata *nd) static int vxfs_readdir(struct file *fp, void *retp, filldir_t filler) { - struct inode *ip = fp->f_dentry->d_inode; + struct inode *ip = fp->f_path.dentry->d_inode; struct super_block *sbp = ip->i_sb; u_long bsize = sbp->s_blocksize; u_long page, npages, block, pblocks, nblocks, offset;