From: Jiro SEKIBA Date: Fri, 27 Nov 2009 10:41:06 +0000 (+0900) Subject: nilfs2: delete mark_inode_dirty in nilfs_new_inode X-Git-Tag: v2.6.33-rc1~322^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca941d4b62e72571948efe5a73c563b4cacc98d;p=pandora-kernel.git nilfs2: delete mark_inode_dirty in nilfs_new_inode It is redundant to call mark_inode_dirty() in nilfs_new_inode() because all caller of nilfs_new_inode() will call mark_inode_dirty() after calling nilfs_new_inode() directly or indirectly in transaction. Signed-off-by: Jiro SEKIBA Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed