Btrfs: fix panic on error during mount
authorJosef Bacik <jbacik@redhat.com>
Tue, 2 Dec 2008 11:36:10 +0000 (06:36 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 2 Dec 2008 11:36:10 +0000 (06:36 -0500)
commitc6e2bac1a52ffc36dd10769b594dfa3994e95f77
treea48c535515c0d9311fa770afd0696644489cf074
parentf2b636e80d8206dd4012de6e973c2367259a7d22
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 <jbacik@redhat.com>
fs/btrfs/disk-io.c