git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b67f04
)
jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 2 Aug 2010 12:43:25 +0000
(08:43 -0400)
committer
Theodore 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