btrfs: Go readonly on tree errors in balance_level
authorMark Fasheh <mfasheh@suse.com>
Thu, 1 Sep 2011 18:27:57 +0000 (11:27 -0700)
committerDavid Sterba <dsterba@suse.cz>
Thu, 22 Mar 2012 00:45:38 +0000 (01:45 +0100)
commit305a26af5b2561a66859ef05ed7eb73d3c9f0913
tree9afdcd2ccbe2a72b7dadaf25f92a4a1ec109ecfe
parentb68dc2a93e794c8507338c91577a277efa4555d5
btrfs: Go readonly on tree errors in balance_level

balace_level() seems to deal with missing tree nodes by BUG_ON(). Instead,
we can easily just set the file system readonly and bubble -EROFS back up
the stack.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/btrfs/ctree.c