diff options
| author | 2016-03-07 09:30:12 +1100 | |
|---|---|---|
| committer | 2016-03-07 09:30:12 +1100 | |
| commit | 6d247d47fbd6883f7096e0e672afbdba6286dbc4 (patch) | |
| tree | ef576302d9f0075bf77725132dd886f00443beec /fs/xfs/libxfs/xfs_alloc_btree.c | |
| parent | Merge branch 'xfs-dio-fix-4.6' into for-next (diff) | |
| parent | xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdown (diff) | |
| download | wireguard-linux-6d247d47fbd6883f7096e0e672afbdba6286dbc4.tar.xz wireguard-linux-6d247d47fbd6883f7096e0e672afbdba6286dbc4.zip | |
Merge branch 'xfs-misc-fixes-4.6' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_alloc_btree.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_alloc_btree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_alloc_btree.c b/fs/xfs/libxfs/xfs_alloc_btree.c index 444626ddbd1b..d9b42425291e 100644 --- a/fs/xfs/libxfs/xfs_alloc_btree.c +++ b/fs/xfs/libxfs/xfs_alloc_btree.c @@ -118,8 +118,6 @@ 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; } |
