]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: Annotate transaction start also for jbd2_journal_restart()
authorJan Kara <jack@suse.cz>
Tue, 18 Aug 2009 01:23:17 +0000 (21:23 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 Aug 2009 01:23:17 +0000 (21:23 -0400)
commit6f52f40771d8f9ab0c61430331a890a1b554e31f
tree101bb8b6987cc9c8dddaaac9e7e94e19bbc97f25
parent12665d4ac59265b487811dab6db49dd9994e55c3
jbd2: Annotate transaction start also for jbd2_journal_restart()

lockdep annotation for a transaction start has been at the end of
jbd2_journal_start(). But a transaction is also started from
jbd2_journal_restart(). Move the lockdep annotation to start_this_handle()
which covers both cases.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/transaction.c