mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 12:30:23 +09:00
commit559cce698eupstream. When 'jh->b_transaction == transaction' (asserted by below) J_ASSERT_JH(jh, (jh->b_transaction == transaction || ... 'journal->j_list_lock' will be incorrectly unlocked, since the the lock is aquired only at the end of if / else-if statements (missing the else case). Signed-off-by: Taesoo Kim <tsgatesv@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Andreas Dilger <adilger@dilger.ca> Fixes:6e4862a5bbSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>