From 26ed8c0b15cd6297d365ee5da6b2c7f4497de059 Mon Sep 17 00:00:00 2001 From: Jiro SEKIBA Date: Fri, 27 Nov 2009 19:41:06 +0900 Subject: [PATCH] --- yaml --- r: 174717 b: refs/heads/master c: 9ca941d4b62e72571948efe5a73c563b4cacc98d h: refs/heads/master i: 174715: 4aac978feb7e5ab223542141215c514f9eb8d7d6 v: v3 --- [refs] | 2 +- trunk/fs/nilfs2/inode.c | 1 - trunk/fs/nilfs2/namei.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9381c6eca217..6d0c556a1e94 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0234576d041b9b2cc7043691ea61d2c2ca597aaa +refs/heads/master: 9ca941d4b62e72571948efe5a73c563b4cacc98d diff --git a/trunk/fs/nilfs2/inode.c b/trunk/fs/nilfs2/inode.c index a16c179f2b9a..ede03752b96f 100644 --- a/trunk/fs/nilfs2/inode.c +++ b/trunk/fs/nilfs2/inode.c @@ -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: diff --git a/trunk/fs/nilfs2/namei.c b/trunk/fs/nilfs2/namei.c index ed02e886fa79..01adda823297 100644 --- a/trunk/fs/nilfs2/namei.c +++ b/trunk/fs/nilfs2/namei.c @@ -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: