search for: c7fbfaa

Displaying 1 result from an estimated 1 matches for "c7fbfaa".

Did you mean: c7bf1aa
2010 Jan 25
1
[PATCH] Btrfs: fix another orphan cleanup problem
...ng xfs tests, and was 100% reproduceable. With this patch the problem no longer happens. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/inode.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index c7fbfaa..067f4b5 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -2202,6 +2202,17 @@ void btrfs_orphan_cleanup(struct btrfs_root *root) * the proper thing when we hit it */ spin_lock(&root->list_lock); + if (!list_empty(&BTRFS_I(inode)->i_orphan)) { + /* + * This inod...