From: Josef Bacik Date: Thu, 9 Jun 2011 14:15:17 +0000 (-0400) Subject: Btrfs: unlock the trans lock properly X-Git-Tag: v3.0-rc3~9^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3473f3c06a36865ae05993041fff35ee928342a7;p=pandora-kernel.git Btrfs: unlock the trans lock properly In btrfs_wait_for_commit if we came upon a transaction that had committed we just exited, but that's bad since we are holding the trans_lock. So break instead so that the lock is dropped. Thanks, Reported-by: David Sterba Signed-off-by: Josef Bacik --- Reading git-diff-tree failed