Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332534
b: refs/heads/master
c: ac14aed
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil authored and Chris Mason committed Oct 1, 2012
1 parent c49d9ec commit 011c8b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e209db7ace281ca347b1ac699bf1fb222eac03fe
refs/heads/master: ac14aed66558d686b1f95dac1f07ecfe11d8c30e
2 changes: 0 additions & 2 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,6 @@ void btrfs_run_delayed_iputs(struct btrfs_root *root)
if (empty)
return;

down_read(&root->fs_info->cleanup_work_sem);
spin_lock(&fs_info->delayed_iput_lock);
list_splice_init(&fs_info->delayed_iputs, &list);
spin_unlock(&fs_info->delayed_iput_lock);
Expand All @@ -2129,7 +2128,6 @@ void btrfs_run_delayed_iputs(struct btrfs_root *root)
iput(delayed->inode);
kfree(delayed);
}
up_read(&root->fs_info->cleanup_work_sem);
}

enum btrfs_orphan_cleanup_state {
Expand Down

0 comments on commit 011c8b4

Please sign in to comment.