From: Curt Wohlgemuth Date: Tue, 29 Sep 2009 20:06:01 +0000 (-0400) Subject: ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode X-Git-Tag: v2.6.32-rc3~60^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3dc272fd5e2ae08244796bb39e7e1ce4b25d3b3;p=pandora-kernel.git ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode This patch a problem that ext4_dirty_inode() was not calling ext4_mark_inode_dirty() if the current_handle is not valid, which it is the case in no journal mode. It also removes a test for non-matching transaction which can never happen. Signed-off-by: Curt Wohlgemuth Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed