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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_dquot.c b/fs/xfs/quota/xfs_dquot.c
index 3aa771531856..c76358bbcf3b 100644
--- a/fs/xfs/quota/xfs_dquot.c
+++ b/fs/xfs/quota/xfs_dquot.c
@@ -484,7 +484,7 @@ xfs_qm_dqalloc(
484 484
485 xfs_trans_bhold(tp, bp); 485 xfs_trans_bhold(tp, bp);
486 486
487 if ((error = xfs_bmap_finish(tpp, &flist, firstblock, &committed))) { 487 if ((error = xfs_bmap_finish(tpp, &flist, &committed))) {
488 goto error1; 488 goto error1;
489 } 489 }
490 490