Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275328
b: refs/heads/master
c: 62f30c5
h: refs/heads/master
v: v3
  • Loading branch information
Miao Xie authored and Chris Mason committed Nov 11, 2011
1 parent 63bccce commit 4c049a1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2f120c05e67ae34c93786b1050c6828904314429
refs/heads/master: 62f30c5462374b991e7e3f42d49ce2265c1b82f1
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,8 @@ static noinline int create_pending_snapshot(struct btrfs_trans_handle *trans,
btrfs_reloc_pre_snapshot(trans, pending, &to_reserve);

if (to_reserve > 0) {
ret = btrfs_block_rsv_add(root, &pending->block_rsv,
to_reserve);
ret = btrfs_block_rsv_add_noflush(root, &pending->block_rsv,
to_reserve);
if (ret) {
pending->error = ret;
goto fail;
Expand Down

0 comments on commit 4c049a1

Please sign in to comment.