- 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
@ -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 New Issue
Block a user