Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43559
b: refs/heads/master
c: 352d8af
h: refs/heads/master
i:
  43557: 7f0f889
  43555: f35ddea
  43551: 24ff7c8
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent eb0a70c commit 1b8f268
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: f04538c38134edf5f424dc24fda6ef46da736734
refs/heads/master: 352d8af748a1bee0935987b811c9fc4693803d99
2 changes: 1 addition & 1 deletion trunk/fs/cramfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ static int cramfs_statfs(struct dentry *dentry, struct kstatfs *buf)
*/
static int cramfs_readdir(struct file *filp, void *dirent, filldir_t filldir)
{
struct inode *inode = filp->f_dentry->d_inode;
struct inode *inode = filp->f_path.dentry->d_inode;
struct super_block *sb = inode->i_sb;
char *buf;
unsigned int offset;
Expand Down

0 comments on commit 1b8f268

Please sign in to comment.