kernel-ark/fs/jbd2
Paul Gortmaker 3ca841c106 jbd2: relocate assert after state lock in journal_commit_transaction()
The state lock is taken after we are doing an assert on the state
value, not before.  So we might in fact be doing an assert on a
transient value.  Ensure the state check is within the scope of
the state lock being taken.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2013-06-12 22:46:35 -04:00
..
checkpoint.c jbd2: remove unused waitqueues 2013-06-04 12:24:11 -04:00
commit.c jbd2: relocate assert after state lock in journal_commit_transaction() 2013-06-12 22:46:35 -04:00
journal.c jbd2: optimize jbd2_journal_force_commit 2013-06-12 22:24:07 -04:00
Kconfig jbd2: Grab a reference to the crc32c driver if necessary 2012-05-27 07:50:56 -04:00
Makefile
recovery.c jbd2: fix block tag checksum verification brokenness 2013-05-28 07:31:59 -04:00
revoke.c jbd2: remove journal_head from descriptor buffers 2013-06-04 12:06:01 -04:00
transaction.c jbd2: optimize jbd2_journal_force_commit 2013-06-12 22:24:07 -04:00