|
@@ -332,6 +332,7 @@ xfs_growfs_data_private(
|
|
be32_add(&agf->agf_length, new);
|
|
be32_add(&agf->agf_length, new);
|
|
ASSERT(be32_to_cpu(agf->agf_length) ==
|
|
ASSERT(be32_to_cpu(agf->agf_length) ==
|
|
be32_to_cpu(agi->agi_length));
|
|
be32_to_cpu(agi->agi_length));
|
|
|
|
+ xfs_alloc_log_agf(tp, bp, XFS_AGF_LENGTH);
|
|
/*
|
|
/*
|
|
* Free the new space.
|
|
* Free the new space.
|
|
*/
|
|
*/
|