From: Josef Bacik Date: Tue, 2 Dec 2008 11:36:10 +0000 (-0500) Subject: Btrfs: fix panic on error during mount X-Git-Tag: v2.6.29-rc1~27^2~9^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e2bac1a52ffc36dd10769b594dfa3994e95f77;p=pandora-kernel.git Btrfs: fix panic on error during mount This needs to be applied on top of my previous patches, but is needed for more than just my new stuff. We're going to the wrong label when we have an error, we try to stop the workers, but they are started below all of this code. This fixes it so we go to the right error label and not panic when we fail one of these cases. Signed-off-by: Josef Bacik --- Reading git-diff-tree failed