Skip to content
Commit d4e839d4 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

jbd2: add transaction to checkpoint list earlier



We don't otherwise need j_list_lock during the rest of commit phase
#7, so add the transaction to the checkpoint list at the very end of
commit phase #6.  This allows us to drop j_list_lock earlier, which is
a good thing since it is a super hot lock.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 42cf3452
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment