diff options
Diffstat (limited to 'fs/xfs/quota/xfs_dquot.c')
-rw-r--r-- | fs/xfs/quota/xfs_dquot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_dquot.c b/fs/xfs/quota/xfs_dquot.c index 591ca6602bfb..d68b4e1cf1d1 100644 --- a/fs/xfs/quota/xfs_dquot.c +++ b/fs/xfs/quota/xfs_dquot.c | |||
@@ -421,7 +421,7 @@ xfs_qm_dqalloc( | |||
421 | /* | 421 | /* |
422 | * Initialize the bmap freelist prior to calling bmapi code. | 422 | * Initialize the bmap freelist prior to calling bmapi code. |
423 | */ | 423 | */ |
424 | XFS_BMAP_INIT(&flist, &firstblock); | 424 | xfs_bmap_init(&flist, &firstblock); |
425 | xfs_ilock(quotip, XFS_ILOCK_EXCL); | 425 | xfs_ilock(quotip, XFS_ILOCK_EXCL); |
426 | /* | 426 | /* |
427 | * Return if this type of quotas is turned off while we didn't | 427 | * Return if this type of quotas is turned off while we didn't |