commit | 84cd948cb11041f205242de457e680b9bb872a36 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Dec 08 12:24:01 2010 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Dec 10 16:29:04 2010 -0500 |
tree | 479ac0dc057044a8b399c8c32f1c78641bd33740 | |
parent | 7e1fea731da8c1b5fcf5d8e157befd389b030760 [diff] |
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 <josef@redhat.com>