Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190918
b: refs/heads/master
c: 2479753
h: refs/heads/master
v: v3
  • Loading branch information
Prasad Joshi authored and Joern Engel committed May 4, 2010
1 parent 14fefed commit eaf8ff3
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: 05ebad852901cf9127a743df6ea10c0e8b1590c3
refs/heads/master: 24797535e18ae219be1fc2632959327075bef5da
1 change: 1 addition & 0 deletions trunk/fs/logfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ static void logfs_init_inode(struct super_block *sb, struct inode *inode)
inode->i_ctime = CURRENT_TIME;
inode->i_mtime = CURRENT_TIME;
inode->i_nlink = 1;
li->li_refcount = 1;
INIT_LIST_HEAD(&li->li_freeing_list);

for (i = 0; i < LOGFS_EMBEDDED_FIELDS; i++)
Expand Down

0 comments on commit eaf8ff3

Please sign in to comment.