Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19681
b: refs/heads/master
c: 7656f32
h: refs/heads/master
i:
  19679: ef2c509
v: v3
  • Loading branch information
Vincent Hanquez authored and Linus Torvalds committed Feb 3, 2006
1 parent 8da2032 commit 67fe112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddca2488a2a69421924485bbcec39b512b580d0e
refs/heads/master: 7656f328f68b351a8bb71ad465cedc8d0a039f9e
1 change: 1 addition & 0 deletions trunk/fs/libfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ int simple_fill_super(struct super_block *s, int magic, struct tree_descr *files
inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME;
inode->i_op = &simple_dir_inode_operations;
inode->i_fop = &simple_dir_operations;
inode->i_nlink = 2;
root = d_alloc_root(inode);
if (!root) {
iput(inode);
Expand Down

0 comments on commit 67fe112

Please sign in to comment.