Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299811
b: refs/heads/master
c: 253beeb
h: refs/heads/master
i:
  299809: 022be96
  299807: 6a648ce
v: v3
  • Loading branch information
Dan Carpenter authored and David Sterba committed Apr 18, 2012
1 parent e2198ea commit 4b8fb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5cf1ab56133ad7b712673c071b439d4a555a2d1e
refs/heads/master: 253beebd5a255e07d6a8b65515491f33664e82a2
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,7 @@ static noinline int run_clustered_refs(struct btrfs_trans_handle *trans,

if (ret) {
printk(KERN_DEBUG "btrfs: run_delayed_extent_op returned %d\n", ret);
spin_lock(&delayed_refs->lock);
return ret;
}

Expand Down Expand Up @@ -2331,6 +2332,7 @@ static noinline int run_clustered_refs(struct btrfs_trans_handle *trans,

if (ret) {
printk(KERN_DEBUG "btrfs: run_one_delayed_ref returned %d\n", ret);
spin_lock(&delayed_refs->lock);
return ret;
}

Expand Down

0 comments on commit 4b8fb6f

Please sign in to comment.