From: Jan Kara Date: Tue, 7 Apr 2009 22:25:01 +0000 (-0400) Subject: ext3: Try to avoid starting a transaction in writepage for data=writepage X-Git-Tag: v2.6.30-rc2~111^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=430db323fae7665da721768949ade6304811c648;p=pandora-kernel.git ext3: Try to avoid starting a transaction in writepage for data=writepage This does the same as commit 9e80d407736161d9b8b0c5a0d44f786e44c322ea (avoid starting a transaction when no block allocation is needed) but for data=writeback mode of ext3. We also cleanup the data=ordered case a bit to stick to coding style... Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed