]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Revert "ext4: wait on all pending commits in ext4_sync_fs()"
authorJan Kara <jack@suse.cz>
Tue, 24 Feb 2009 17:14:42 +0000 (12:14 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:32:33 +0000 (17:32 -0700)
commit00d9374d7af832e275bfc54c1d542cdb21c31797
treebccfc582519bd7f0ef744feaf2c3d46e1480c5fe
parentd62e873cd40eb41743d93319bd3740efce0385f8
Revert "ext4: wait on all pending commits in ext4_sync_fs()"

(cherry picked from commit 9eddacf9e9c03578ef2c07c9534423e823d677f8)

This undoes commit 14ce0cb411c88681ab8f3a4c9caa7f42e97a3184.

Since jbd2_journal_start_commit() is now fixed to return 1 when we
started a transaction commit, there's some transaction waiting to be
committed or there's a transaction already committing, we don't
need to call ext4_force_commit() in ext4_sync_fs(). Furthermore
ext4_force_commit() can unnecessarily create sync transaction which is
expensive so it's worthwhile to remove it when we can.

http://bugzilla.kernel.org/show_bug.cgi?id=12224

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Eric Sandeen <sandeen@redhat.com>
Cc: linux-ext4@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/super.c