From: Frank Mayhar Date: Tue, 29 Sep 2009 14:07:47 +0000 (-0400) Subject: ext4: Avoid updating the inode table bh twice in no journal mode X-Git-Tag: v2.6.32-rc3~60^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830156c79b0a99ddf0f62496bcf4de640f9f52cd;p=pandora-kernel.git ext4: Avoid updating the inode table bh twice in no journal mode This is a cleanup of commit 91ac6f4. Since ext4_mark_inode_dirty() has already called ext4_mark_iloc_dirty(), which in turn calls ext4_do_update_inode(), it's not necessary to have ext4_write_inode() call ext4_do_update_inode() in no journal mode. Indeed, it would be duplicated work. Reviewed-by: "Aneesh Kumar K.V" Signed-off-by: Frank Mayhar Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed