From: Josef Bacik Date: Wed, 8 Dec 2010 17:24:01 +0000 (-0500) Subject: Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots X-Git-Tag: v2.6.37-rc6~30^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84cd948cb11041f205242de457e680b9bb872a36;p=pandora-kernel.git Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots Not being able to delete an orphan item isn't a horrible thing. The worst that happens is the next time around we try and do the orphan cleanup and we can't find the referenced object and just delete the item and move on. Signed-off-by: Josef Bacik --- Reading git-diff-tree failed