提交 6a90cd24 编写于 作者: J Josef Sipek 提交者: Linus Torvalds

[PATCH] struct path: convert freevxfs

Signed-off-by: NJosef Sipek <jsipek@fsl.cs.sunysb.edu>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 0191f205
...@@ -240,7 +240,7 @@ vxfs_lookup(struct inode *dip, struct dentry *dp, struct nameidata *nd) ...@@ -240,7 +240,7 @@ vxfs_lookup(struct inode *dip, struct dentry *dp, struct nameidata *nd)
static int static int
vxfs_readdir(struct file *fp, void *retp, filldir_t filler) 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; struct super_block *sbp = ip->i_sb;
u_long bsize = sbp->s_blocksize; u_long bsize = sbp->s_blocksize;
u_long page, npages, block, pblocks, nblocks, offset; u_long page, npages, block, pblocks, nblocks, offset;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册