aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/quota/xfs_qm.c')
-rw-r--r--fs/xfs/quota/xfs_qm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c
index 0abbdd721349..b5145201d85d 100644
--- a/fs/xfs/quota/xfs_qm.c
+++ b/fs/xfs/quota/xfs_qm.c
@@ -321,7 +321,7 @@ xfs_qm_unmount(
321 struct xfs_mount *mp) 321 struct xfs_mount *mp)
322{ 322{
323 if (mp->m_quotainfo) { 323 if (mp->m_quotainfo) {
324 xfs_qm_dqpurge_all(mp, XFS_QMOPT_QUOTALL | XFS_QMOPT_UMOUNTING); 324 xfs_qm_dqpurge_all(mp, XFS_QMOPT_QUOTALL);
325 xfs_qm_destroy_quotainfo(mp); 325 xfs_qm_destroy_quotainfo(mp);
326 } 326 }
327} 327}
@@ -1825,7 +1825,7 @@ xfs_qm_quotacheck(
1825 * at this point (because we intentionally didn't in dqget_noattach). 1825 * at this point (because we intentionally didn't in dqget_noattach).
1826 */ 1826 */
1827 if (error) { 1827 if (error) {
1828 xfs_qm_dqpurge_all(mp, XFS_QMOPT_QUOTALL | XFS_QMOPT_QUOTAOFF); 1828 xfs_qm_dqpurge_all(mp, XFS_QMOPT_QUOTALL);
1829 goto error_return; 1829 goto error_return;
1830 } 1830 }
1831 1831