diff options
author | Dave Chinner <david@fromorbit.com> | 2016-10-03 09:52:31 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-10-03 09:52:31 +1100 |
commit | 79ad57612495744d3875a6fba25c467a87b3ad64 (patch) | |
tree | 34532ea5817090e1b650da0c67135d169e7c5e16 /fs/xfs/libxfs/xfs_ialloc_btree.c | |
parent | b036b97050a9799aaaee78a8501aa255a74a2db7 (diff) | |
parent | 3fd129b63fd062a0d8f5d55994a6e98896c20fa7 (diff) |
Merge branch 'xfs-4.9-reflink-prep' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_ialloc_btree.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_ialloc_btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_ialloc_btree.c b/fs/xfs/libxfs/xfs_ialloc_btree.c index 31ca2208c03d..eab68ae2e011 100644 --- a/fs/xfs/libxfs/xfs_ialloc_btree.c +++ b/fs/xfs/libxfs/xfs_ialloc_btree.c @@ -132,7 +132,7 @@ xfs_inobt_free_block( xfs_rmap_ag_owner(&oinfo, XFS_RMAP_OWN_INOBT); return xfs_free_extent(cur->bc_tp, XFS_DADDR_TO_FSB(cur->bc_mp, XFS_BUF_ADDR(bp)), 1, - &oinfo); + &oinfo, XFS_AG_RESV_NONE); } STATIC int |