From: Chris Mason Date: Sun, 6 Nov 2011 08:26:19 +0000 (-0500) Subject: Btrfs: fix race during transaction joins X-Git-Tag: v3.2-rc1~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d43317dcd074818d4bd12ddd4184a29aff98907b;p=pandora-kernel.git Btrfs: fix race during transaction joins While we're allocating ram for a new transaction, we drop our spinlock. When we get the lock back, we do check to see if a transaction started while we slept, but we don't check to make sure it isn't blocked because a commit has already started. Signed-off-by: Chris Mason --- Reading git-diff-tree failed