From: Mingming Cao Date: Wed, 14 May 2008 23:05:41 +0000 (-0700) Subject: jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT X-Git-Tag: v2.6.26-rc3~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=772279c5f1dceb58d451dca94b557fd89b1ce890;p=pandora-kernel.git jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT 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. Signed-off-by: Mingming Cao Acked-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed