Home
last modified time | relevance | path

Searched hist:"305 a26af5b2561a66859ef05ed7eb73d3c9f0913" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dctree.cdiff 305a26af5b2561a66859ef05ed7eb73d3c9f0913 Thu Sep 01 13:27:57 CDT 2011 Mark Fasheh <mfasheh@suse.com> 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>