jbd: Annotate transaction start also for journal_restart()
authorJan Kara <jack@suse.cz>
Tue, 11 Aug 2009 15:27:21 +0000 (17:27 +0200)
committerJan Kara <jack@suse.cz>
Wed, 16 Sep 2009 15:44:10 +0000 (17:44 +0200)
commit3adae9da0b35d2ca908039f42a1e90395c335181
treebc7d971ffb673dab926a4c3d02411a2b78b58f6a
parent9c28cbccec66a5ca292c6659bf5a0fe0c8459fa7
jbd: Annotate transaction start also for journal_restart()

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>
fs/jbd/transaction.c