summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsops.c
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2016-10-03 09:52:31 +1100
committerDave Chinner <david@fromorbit.com>2016-10-03 09:52:31 +1100
commit79ad57612495744d3875a6fba25c467a87b3ad64 (patch)
tree34532ea5817090e1b650da0c67135d169e7c5e16 /fs/xfs/xfs_fsops.c
parentb036b97050a9799aaaee78a8501aa255a74a2db7 (diff)
parent3fd129b63fd062a0d8f5d55994a6e98896c20fa7 (diff)
Merge branch 'xfs-4.9-reflink-prep' into for-next
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r--fs/xfs/xfs_fsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c
index 0b7f986745c1..94ac06f3d908 100644
--- a/fs/xfs/xfs_fsops.c
+++ b/fs/xfs/xfs_fsops.c
@@ -553,7 +553,7 @@ xfs_growfs_data_private(
error = xfs_free_extent(tp,
XFS_AGB_TO_FSB(mp, agno,
be32_to_cpu(agf->agf_length) - new),
- new, &oinfo);
+ new, &oinfo, XFS_AG_RESV_NONE);
if (error)
goto error0;
}