Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124777
b: refs/heads/master
c: a357a12
h: refs/heads/master
i:
  124775: 218532d
v: v3
  • Loading branch information
Lachlan McIlroy committed Oct 30, 2008
1 parent c82a989 commit 3919a05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46039928c9abe466ed1bc0da20c2e596b1d41236
refs/heads/master: a357a1215602f79182abdde27aaddc7166dbd709
5 changes: 3 additions & 2 deletions trunk/fs/xfs/xfs_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,9 @@ xfs_unmountfs(

XFS_QM_DQPURGEALL(mp, XFS_QMOPT_QUOTALL | XFS_QMOPT_UMOUNTING);

if (mp->m_quotainfo)
XFS_QM_DONE(mp);

/*
* Flush out the log synchronously so that we know for sure
* that nothing is pinned. This is important because bflush()
Expand Down Expand Up @@ -1297,8 +1300,6 @@ xfs_unmountfs(
xfs_errortag_clearall(mp, 0);
#endif
xfs_free_perag(mp);
if (mp->m_quotainfo)
XFS_QM_DONE(mp);
}

STATIC void
Expand Down

0 comments on commit 3919a05

Please sign in to comment.