- LK_NOPAUSE is a nop now.
Sponsored by: Isilon Systems, Inc.
This commit is contained in:
parent
2210f285f1
commit
902bc24bce
@ -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…
x
Reference in New Issue
Block a user