Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39239
b: refs/heads/master
c: e6c6e64
h: refs/heads/master
i:
  39237: c2adc59
  39235: 92dac3f
  39231: fb14e08
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 7d78109 commit 286a0b0
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: 663d1ba2f1f66db43ab95350f965c1d9f2e3e5bc
refs/heads/master: e6c6e640b8b258dc7f60533e81f050d15fc0a9af
2 changes: 1 addition & 1 deletion trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static struct inode *alloc_inode(struct super_block *sb)
bdi = sb->s_bdev->bd_inode->i_mapping->backing_dev_info;
mapping->backing_dev_info = bdi;
}
inode->i_private = 0;
inode->i_private = NULL;
inode->i_mapping = mapping;
}
return inode;
Expand Down

0 comments on commit 286a0b0

Please sign in to comment.