jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Aug 2010 12:43:25 +0000 (08:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Aug 2010 12:43:25 +0000 (08:43 -0400)
By using an atomic_t for t_updates and t_outstanding credits, this
should allow us to not need to take transaction t_handle_lock in
jbd2_journal_stop().

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found