diff options
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r-- | fs/xfs/xfs_mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index fc7873942bea..b341f10cf481 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c | |||
@@ -1009,6 +1009,7 @@ xfs_mountfs( | |||
1009 | out_quota: | 1009 | out_quota: |
1010 | xfs_qm_unmount_quotas(mp); | 1010 | xfs_qm_unmount_quotas(mp); |
1011 | out_rtunmount: | 1011 | out_rtunmount: |
1012 | mp->m_super->s_flags &= ~MS_ACTIVE; | ||
1012 | xfs_rtunmount_inodes(mp); | 1013 | xfs_rtunmount_inodes(mp); |
1013 | out_rele_rip: | 1014 | out_rele_rip: |
1014 | IRELE(rip); | 1015 | IRELE(rip); |