From: Aneesh Kumar K.V Date: Thu, 6 Nov 2008 22:50:21 +0000 (-0500) Subject: jbd2: Call journal commit callback without holding j_list_lock X-Git-Tag: v2.6.29-rc1~40^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb68407b0d9efba962c03f55009c797e22f024bc;p=pandora-kernel.git jbd2: Call journal commit callback without holding j_list_lock Avoid freeing the transaction in __jbd2_journal_drop_transaction() so the journal commit callback can run without holding j_list_lock, to avoid lock contention on this spinlock. Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed