commit | a8c9e5769718d47e87cce40c9b84cab421804797 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Sep 21 16:55:59 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Wed Oct 19 15:12:46 2011 -0400 |
tree | 6bfc08ccb5afa532449741230f5733c4f44499fc | |
parent | 3b16a4e3c355ee3c790473decfcf83d4faeb8ce0 [diff] |
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 <sim@hostway.ca> Signed-off-by: Josef Bacik <josef@redhat.com>