|
@@ -4929,6 +4929,7 @@ xlog_recover_clear_agi_bucket(
|
|
|
agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
|
|
|
offset = offsetof(xfs_agi_t, agi_unlinked) +
|
|
|
(sizeof(xfs_agino_t) * bucket);
|
|
|
+ xfs_trans_buf_set_type(tp, agibp, XFS_BLFT_AGI_BUF);
|
|
|
xfs_trans_log_buf(tp, agibp, offset,
|
|
|
(offset + sizeof(xfs_agino_t) - 1));
|
|
|
|