From b40e69faac281f12a8e4c073b63c7e58fd167954 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 2 Nov 2012 11:38:41 +1100 Subject: [PATCH] --- yaml --- r: 339392 b: refs/heads/master c: 4c05f9ad4d168098b7ce3ffa7098283f94811ed6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_alloc_btree.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 09e19a52021d..a26f32ab3ba5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c99abb8f560798625323c7b21d5636259017825d +refs/heads/master: 4c05f9ad4d168098b7ce3ffa7098283f94811ed6 diff --git a/trunk/fs/xfs/xfs_alloc_btree.c b/trunk/fs/xfs/xfs_alloc_btree.c index f1647caace8f..f7876c6d6165 100644 --- a/trunk/fs/xfs/xfs_alloc_btree.c +++ b/trunk/fs/xfs/xfs_alloc_btree.c @@ -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; }