commit | 430db323fae7665da721768949ade6304811c648 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Apr 07 18:25:01 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 08 13:15:10 2009 -0400 |
tree | 468f04ce720dd9ad295be1c3f3710fecc8d35a2e | |
parent | 6e34eeddf7deec1444bbddab533f03f520d8458c [diff] |
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 <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>