aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_dquot.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/quota/xfs_dquot.c')
-rw-r--r--fs/xfs/quota/xfs_dquot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/quota/xfs_dquot.c b/fs/xfs/quota/xfs_dquot.c
index a447493690eb..5756392ffdee 100644
--- a/fs/xfs/quota/xfs_dquot.c
+++ b/fs/xfs/quota/xfs_dquot.c
@@ -1527,8 +1527,7 @@ xfs_qm_dqflock_pushbuf_wait(
1527 * the flush lock when the I/O completes. 1527 * the flush lock when the I/O completes.
1528 */ 1528 */
1529 bp = xfs_incore(dqp->q_mount->m_ddev_targp, dqp->q_blkno, 1529 bp = xfs_incore(dqp->q_mount->m_ddev_targp, dqp->q_blkno,
1530 XFS_QI_DQCHUNKLEN(dqp->q_mount), 1530 XFS_QI_DQCHUNKLEN(dqp->q_mount), XBF_TRYLOCK);
1531 XFS_INCORE_TRYLOCK);
1532 if (bp != NULL) { 1531 if (bp != NULL) {
1533 if (XFS_BUF_ISDELAYWRITE(bp)) { 1532 if (XFS_BUF_ISDELAYWRITE(bp)) {
1534 int error; 1533 int error;