[PATCH] struct path: convert freevxfs
Signed-off-by: Josef Sipek <jsipek@fsl.cs.sunysb.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0191f2055c
commit
6a90cd248d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue