Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174717
b: refs/heads/master
c: 9ca941d
h: refs/heads/master
i:
  174715: 4aac978
v: v3
  • Loading branch information
Jiro SEKIBA authored and Ryusuke Konishi committed Nov 27, 2009
1 parent ce4eafc commit 26ed8c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 0234576d041b9b2cc7043691ea61d2c2ca597aaa
refs/heads/master: 9ca941d4b62e72571948efe5a73c563b4cacc98d
1 change: 0 additions & 1 deletion trunk/fs/nilfs2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ struct inode *nilfs_new_inode(struct inode *dir, int mode)
nilfs_init_acl(), proper cancellation of
above jobs should be considered */

mark_inode_dirty(inode);
return inode;

failed_acl:
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static int nilfs_symlink(struct inode *dir, struct dentry *dentry,
goto out_fail;

/* mark_inode_dirty(inode); */
/* nilfs_new_inode() and page_symlink() do this */
/* page_symlink() do this */

err = nilfs_add_nondir(dentry, inode);
out:
Expand Down

0 comments on commit 26ed8c0

Please sign in to comment.