-
Mark Fasheh authored
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>
305a26af
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>