xfs: Extend project quotas to support 32bit project ids
[deliverable/linux.git] / fs / xfs / quota / xfs_qm_syscalls.c
index 57847434fa511a03a3fc16463f435ff704ded98b..bdebc183223e53c47ab6734976f1ba2bc1aa8901 100644 (file)
@@ -1165,7 +1165,7 @@ xfs_qm_internalqcheck_adjust(
        }
        xfs_qm_internalqcheck_get_dquots(mp,
                                        (xfs_dqid_t) ip->i_d.di_uid,
-                                       (xfs_dqid_t) ip->i_d.di_projid,
+                                       (xfs_dqid_t) xfs_get_projid(ip),
                                        (xfs_dqid_t) ip->i_d.di_gid,
                                        &ud, &gd);
        if (XFS_IS_UQUOTA_ON(mp)) {
This page took 0.064588 seconds and 5 git commands to generate.