aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r--fs/xfs/xfs_fsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c
index 27d01afe8465..ddd45e5b9383 100644
--- a/fs/xfs/xfs_fsops.c
+++ b/fs/xfs/xfs_fsops.c
@@ -332,6 +332,7 @@ xfs_growfs_data_private(
332 be32_add(&agf->agf_length, new); 332 be32_add(&agf->agf_length, new);
333 ASSERT(be32_to_cpu(agf->agf_length) == 333 ASSERT(be32_to_cpu(agf->agf_length) ==
334 be32_to_cpu(agi->agi_length)); 334 be32_to_cpu(agi->agi_length));
335 xfs_alloc_log_agf(tp, bp, XFS_AGF_LENGTH);
335 /* 336 /*
336 * Free the new space. 337 * Free the new space.
337 */ 338 */