From: Jan Kara Date: Tue, 18 Aug 2009 01:23:17 +0000 (-0400) Subject: jbd2: Annotate transaction start also for jbd2_journal_restart() X-Git-Tag: v2.6.32-rc1~633^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9599b0e597d810be9b8f759ea6e9619c4f983c5e;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed