]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/xfs_fsops.c
[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.
[linux-2.6-omap-h63xx.git] / fs / xfs / xfs_fsops.c
index 0ca597b0ca79617e4618fe428250888c50a69883..7ceabd0e2d9d93c0abd771855efa245e86454e91 100644 (file)
@@ -171,7 +171,7 @@ xfs_growfs_data_private(
                memset(&mp->m_perag[oagcount], 0,
                        (nagcount - oagcount) * sizeof(xfs_perag_t));
                mp->m_flags |= XFS_MOUNT_32BITINODES;
-               nagimax = xfs_initialize_perag(mp, nagcount);
+               nagimax = xfs_initialize_perag(XFS_MTOVFS(mp), mp, nagcount);
                up_write(&mp->m_peraglock);
        }
        tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS);