mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
- Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.
Sponsored by: Isilon Systems, Inc. Agreed in principle by: phk
This commit is contained in:
parent
b2183bfe05
commit
cd360e947b
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ devfs_mount(struct mount *mp, struct thread *td)
|
|||
lockinit(&fmp->dm_lock, PVFS, "devfs", 0, 0);
|
||||
|
||||
mp->mnt_flag |= MNT_LOCAL;
|
||||
mp->mnt_kern_flag |= MNTK_MPSAFE;
|
||||
#ifdef MAC
|
||||
mp->mnt_flag |= MNT_MULTILABEL;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue