aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/xfs_inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index 00e80df9dd9d..419cfc2eacb3 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -4584,6 +4584,7 @@ xfs_iext_irec_compact_full(
4584 (XFS_LINEAR_EXTS - 4584 (XFS_LINEAR_EXTS -
4585 erp_next->er_extcount) * 4585 erp_next->er_extcount) *
4586 sizeof(xfs_bmbt_rec_t)); 4586 sizeof(xfs_bmbt_rec_t));
4587 erp_next->er_extoff += ext_diff;
4587 } 4588 }
4588 } 4589 }
4589 4590