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(   out_quota:  	xfs_qm_unmount_quotas(mp);   out_rtunmount: +	mp->m_super->s_flags &= ~MS_ACTIVE;  	xfs_rtunmount_inodes(mp);   out_rele_rip:  	IRELE(rip);  |