mirror of
https://github.com/torvalds/linux
synced 2026-07-09 19:22:18 +09:00
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>