mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r204475:
Mark msdosfs as mpsafe.
This commit is contained in:
parent
3d9ee8abe2
commit
9e211e5715
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue