From cb44921a09221f0a90217b44044448f63190f3e5 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Sun, 24 Oct 2010 11:01:27 -0400 Subject: [PATCH] Btrfs: don't loop forever on bad btree blocks When btrfs discovers the generation number in a btree block is incorrect, it can loop forever without forcing the RAID code to try a valid mirror, and without returning EIO. This changes things to properly kick out the EIO. Signed-off-by: Chris Mason --- Reading git-format-patch failed