Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jbd2: move lockdep instrumentation for jbd2 handles
The transaction the handle references is free to commit once we've decremented t_updates counter. Move the lockdep instrumentation to that place. Currently it was a bit later which did not really matter but subsequent improvements to lockdep instrumentation would cause false positives with it. Signed-off-by: Jan Kara <[email protected]> Signed-off-by: Theodore Ts'o <[email protected]>
- Loading branch information