Skip to content
Commit 68433b73 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: EIO when we fail to read tree roots



If we just get a plain IO error when we read tree roots, the code
wasn't properly sending that error up the chain.  This allowed mounts to
continue when they should failed, and allowed operations
on partially setup root structs.  The end result was usually oopsen
on spinlocks that hadn't been spun up correctly.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 3dd1462e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment