[XFS] endianess annotations and cleanup for the quota code
[deliverable/linux.git] / fs / xfs / quota / xfs_dquot_item.c
index ea100061a0ae52db82c70f627c909663c762abf8..2f69822344e5e501110a0c74302cf136b9dd7a58 100644 (file)
@@ -450,7 +450,7 @@ xfs_qm_dquot_logitem_init(
        lp->qli_item.li_mountp = dqp->q_mount;
        lp->qli_dquot = dqp;
        lp->qli_format.qlf_type = XFS_LI_DQUOT;
-       lp->qli_format.qlf_id = INT_GET(dqp->q_core.d_id, ARCH_CONVERT);
+       lp->qli_format.qlf_id = be32_to_cpu(dqp->q_core.d_id);
        lp->qli_format.qlf_blkno = dqp->q_blkno;
        lp->qli_format.qlf_len = 1;
        /*
This page took 0.023846 seconds and 5 git commands to generate.