Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361958
b: refs/heads/master
c: a797502
h: refs/heads/master
v: v3
  • Loading branch information
Wang Shilong authored and Josef Bacik committed Mar 28, 2013
1 parent e8126be commit d7fbcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: fdf30d1c1b386e1b73116cc7e0fb14e962b763b0
refs/heads/master: a7975026ff9ddf91ba190ae2b71699dd156395e3
3 changes: 1 addition & 2 deletions trunk/fs/btrfs/qgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ int btrfs_qgroup_account_ref(struct btrfs_trans_handle *trans,
ret = btrfs_find_all_roots(trans, fs_info, node->bytenr,
sgn > 0 ? node->seq - 1 : node->seq, &roots);
if (ret < 0)
goto out;
return ret;

spin_lock(&fs_info->qgroup_lock);
quota_root = fs_info->quota_root;
Expand Down Expand Up @@ -1275,7 +1275,6 @@ int btrfs_qgroup_account_ref(struct btrfs_trans_handle *trans,
ret = 0;
unlock:
spin_unlock(&fs_info->qgroup_lock);
out:
ulist_free(roots);
ulist_free(tmp);

Expand Down

0 comments on commit d7fbcc9

Please sign in to comment.