Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43563
b: refs/heads/master
c: 6a90cd2
h: refs/heads/master
i:
  43561: 73a54e9
  43559: 1b8f268
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent d2da4d7 commit f7eb200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0191f2055cd16a2252219c621329b52d8b67194e
refs/heads/master: 6a90cd248deca1ceaf417c9a04bf3be6026e7a64
2 changes: 1 addition & 1 deletion trunk/fs/freevxfs/vxfs_lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f7eb200

Please sign in to comment.