xfs: rmap btree requires more reserved free space
[deliverable/linux.git] / fs / xfs / libxfs / xfs_sb.c
index fb33e70e5c9ababcf58bb191549d9b57003f4bfd..0e3d4f5ec33c6f945b30b5ad47c9f39c46139ac0 100644 (file)
@@ -745,6 +745,8 @@ xfs_sb_mount_common(
                mp->m_ialloc_min_blks = sbp->sb_spino_align;
        else
                mp->m_ialloc_min_blks = mp->m_ialloc_blks;
+       mp->m_alloc_set_aside = xfs_alloc_set_aside(mp);
+       mp->m_ag_max_usable = xfs_alloc_ag_max_usable(mp);
 }
 
 /*
This page took 0.026528 seconds and 5 git commands to generate.