git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1fea7
)
Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots
author
Josef Bacik
<josef@redhat.com>
Wed, 8 Dec 2010 17:24:01 +0000
(12:24 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Fri, 10 Dec 2010 21:29:04 +0000
(16:29 -0500)
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>
No differences found