]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: update transaction t_state to T_COMMIT fix
authorMingming Cao <cmm@us.ibm.com>
Thu, 15 May 2008 18:46:17 +0000 (14:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 15 May 2008 18:46:17 +0000 (14:46 -0400)
commitf3a1857b77f8f2d3f2dfb3b8f4b78a86c1ec5019
treea9d389f614d8d9d230920f6cf258f4d640a44662
parentb9d3757f251f4b1e2b7036fd6b9bd16d3afd9441
jbd2: update transaction t_state to T_COMMIT fix

Updating the current transaction's t_state is protected by j_state_lock.  We
need to do the same when updating the t_state to T_COMMIT.

Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/jbd2/commit.c