From: Josef Sipek Date: Fri, 8 Dec 2006 10:37:01 +0000 (-0800) Subject: [PATCH] struct path: convert freevxfs X-Git-Tag: v2.6.20-rc1~34^2~326 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6a90cd248deca1ceaf417c9a04bf3be6026e7a64;p=~emulex%2Finfiniband.git [PATCH] struct path: convert freevxfs Signed-off-by: Josef Sipek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c index 43886fa00a2..3995d7fbeda 100644 --- a/fs/freevxfs/vxfs_lookup.c +++ b/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;