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:
9c28cbc
)
jbd: Annotate transaction start also for journal_restart()
author
Jan Kara
<jack@suse.cz>
Tue, 11 Aug 2009 15:27:21 +0000
(17:27 +0200)
committer
Jan Kara
<jack@suse.cz>
Wed, 16 Sep 2009 15:44:10 +0000
(17:44 +0200)
lockdep annotation for a transaction start has been at the end of
journal_start(). But a transaction is also started from journal_restart(). Move
the lockdep annotation to start_this_handle() which covers both cases.
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found