commit | ded5db9de78f963979e1605f859de67626f54693 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Fri Mar 04 14:09:46 2011 -0500 |
committer | Josef Bacik <josef@redhat.com> | Thu Mar 17 14:21:28 2011 -0400 |
tree | d52b91b659b22f5f24ba8b8bf42a3a829e335010 | |
parent | 66b4ffd110f9b48b8d8c1319ee446b53b8d073bf [diff] |
Btrfs: make sure to remove the orphan item from the in-memory list This fixes a problem where if truncate fails the inode will still be on the in memory orphan list. This is will make us complain when the inode gets destroyed because it's still on the orphan list. So if we fail just remove us from the in memory list and carry on. Signed-off-by: Josef Bacik <josef@redhat.com>