MFC r204475:

Mark msdosfs as mpsafe.
This commit is contained in:
Konstantin Belousov 2010-03-24 14:56:56 +00:00
parent 3d9ee8abe2
commit 9e211e5715
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=205599

View File

@ -751,6 +751,7 @@ mountmsdosfs(struct vnode *devvp, struct mount *mp)
mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum;
MNT_ILOCK(mp);
mp->mnt_flag |= MNT_LOCAL;
mp->mnt_kern_flag |= MNTK_MPSAFE;
MNT_IUNLOCK(mp);
if (pmp->pm_flags & MSDOSFS_LARGEFS)