Mark msdosfs as mpsafe.
Tested by: pho MFC after: 3 weeks
This commit is contained in:
parent
ea5c9b9023
commit
6f730a76e6
@ -752,6 +752,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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user