From: Josef Bacik Date: Wed, 21 Sep 2011 20:55:59 +0000 (-0400) Subject: Btrfs: fix orphan cleanup regression X-Git-Tag: v3.2-rc1~21^2~24^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c9e5769718d47e87cce40c9b84cab421804797;p=pandora-kernel.git Btrfs: fix orphan cleanup regression In fixing how we deal with bad inodes, we had a regression in the orphan cleanup code, since it expects to get a bad inode back. So fix it to deal with getting -ESTALE back by deleting the orphan item manually and moving on. Thanks, Reported-by: Simon Kirby Signed-off-by: Josef Bacik --- Reading git-diff-tree failed