aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ag.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/libxfs/xfs_ag.c')
-rw-r--r--fs/xfs/libxfs/xfs_ag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_ag.c b/fs/xfs/libxfs/xfs_ag.c
index 999ad8d00d43..bde67ef3ff43 100644
--- a/fs/xfs/libxfs/xfs_ag.c
+++ b/fs/xfs/libxfs/xfs_ag.c
@@ -361,7 +361,7 @@ xfs_ag_init_headers(
361 { /* FINO root block */ 361 { /* FINO root block */
362 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_FIBT_BLOCK(mp)), 362 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_FIBT_BLOCK(mp)),
363 .numblks = BTOBB(mp->m_sb.sb_blocksize), 363 .numblks = BTOBB(mp->m_sb.sb_blocksize),
364 .ops = &xfs_inobt_buf_ops, 364 .ops = &xfs_finobt_buf_ops,
365 .work = &xfs_btroot_init, 365 .work = &xfs_btroot_init,
366 .type = XFS_BTNUM_FINO, 366 .type = XFS_BTNUM_FINO,
367 .need_init = xfs_sb_version_hasfinobt(&mp->m_sb) 367 .need_init = xfs_sb_version_hasfinobt(&mp->m_sb)