]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/quota/xfs_dquot_item.c
xfs: kill the unused XFS_QMOPT_* flush flags V2
[~andy/linux] / fs / xfs / quota / xfs_dquot_item.c
index dda0fb045c8aac5672d5b040c7e7317225144112..4e4ee9a571944a8e129f980335080ad1cba32276 100644 (file)
@@ -153,7 +153,7 @@ xfs_qm_dquot_logitem_push(
         * lock without sleeping, then there must not have been
         * anyone in the process of flushing the dquot.
         */
-       error = xfs_qm_dqflush(dqp, XFS_QMOPT_DELWRI);
+       error = xfs_qm_dqflush(dqp, 0);
        if (error)
                xfs_fs_cmn_err(CE_WARN, dqp->q_mount,
                        "xfs_qm_dquot_logitem_push: push error %d on dqp %p",