Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335457
b: refs/heads/master
c: ca250b1
h: refs/heads/master
i:
  335455: e1c9af1
v: v3
  • Loading branch information
Dave Chinner authored and Ben Myers committed Nov 8, 2012
1 parent dafd3cb commit 44e8293
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: 1e7acbb7bc1ae7c1c62fd1310b3176a820225056
refs/heads/master: ca250b1b3d711936d7dae9e97871f2261347f82d
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 44e8293

Please sign in to comment.