[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.
SGI-PV: 937127 SGI-Modid: xfs-linux:xfs-kern:24201a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user