From: Theodore Ts'o Date: Sun, 9 Mar 2014 03:34:10 +0000 (-0500) Subject: jbd2: add transaction to checkpoint list earlier X-Git-Tag: v3.15-rc1~91^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e839d4a9dc31d0c229e616146b01e1ace56604;p=pandora-kernel.git 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: "Theodore Ts'o" --- Reading git-diff-tree failed