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)
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