mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- LK_NOPAUSE is a nop now.
Sponsored by: Isilon Systems, Inc.
This commit is contained in:
parent
b641353e3a
commit
ea124bf597
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ devfs_mount(struct mount *mp, struct thread *td)
|
|||
MALLOC(fmp->dm_dirent, struct devfs_dirent **,
|
||||
sizeof(struct devfs_dirent *) * NDEVFSINO,
|
||||
M_DEVFS, M_WAITOK | M_ZERO);
|
||||
lockinit(&fmp->dm_lock, PVFS, "devfs", 0, LK_NOPAUSE);
|
||||
lockinit(&fmp->dm_lock, PVFS, "devfs", 0, 0);
|
||||
|
||||
mp->mnt_flag |= MNT_LOCAL;
|
||||
#ifdef MAC
|
||||
|
|
|
|||
Loading…
Reference in a new issue