Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339392
b: refs/heads/master
c: 4c05f9a
h: refs/heads/master
v: v3
  • Loading branch information
Dave Chinner authored and Ben Myers committed Nov 7, 2012
1 parent 0961433 commit b40e69f
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: c99abb8f560798625323c7b21d5636259017825d
refs/heads/master: 4c05f9ad4d168098b7ce3ffa7098283f94811ed6
2 changes: 2 additions & 0 deletions trunk/fs/xfs/xfs_alloc_btree.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ xfs_allocbt_free_block(
xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1,
XFS_EXTENT_BUSY_SKIP_DISCARD);
xfs_trans_agbtree_delta(cur->bc_tp, -1);

xfs_trans_binval(cur->bc_tp, bp);
return 0;
}

Expand Down

0 comments on commit b40e69f

Please sign in to comment.