[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for some platforms
[pandora-kernel.git] / fs / xfs / xfs_utils.c
index 816b945..d1f8146 100644 (file)
@@ -147,7 +147,7 @@ xfs_dir_ialloc(
        xfs_inode_t     *dp,            /* directory within whose allocate
                                           the inode. */
        mode_t          mode,
-       nlink_t         nlink,
+       xfs_nlink_t     nlink,
        xfs_dev_t       rdev,
        cred_t          *credp,
        prid_t          prid,           /* project id */