From: Chris Mason Date: Mon, 13 Dec 2010 19:47:58 +0000 (-0500) Subject: Btrfs: EIO when we fail to read tree roots X-Git-Tag: v2.6.37-rc6~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68433b73b104bff388aac376631d32abbbd872b0;p=pandora-kernel.git 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: Chris Mason --- Reading git-diff-tree failed