]> git.baikalelectronics.ru Git - kernel.git/commit
ext3: Try to avoid starting a transaction in writepage for data=writepage
authorJan Kara <jack@suse.cz>
Tue, 7 Apr 2009 22:25:01 +0000 (18:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 2009 17:15:10 +0000 (13:15 -0400)
commit9fd662aa60a906b623ac4f901c54e6fb8b31a173
tree468f04ce720dd9ad295be1c3f3710fecc8d35a2e
parent18891f5d0f2f3d40c26db1f8231217440de18ed7
ext3: Try to avoid starting a transaction in writepage for data=writepage

This does the same as commit 02d2b45c508b8ea3b37e4eb0a9dfe1eef4f943b9
(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>
fs/ext3/inode.c