- LK_NOPAUSE is a nop now.

Sponsored by:	Isilon Systems, Inc.
This commit is contained in:
jeff 2005-03-31 04:27:49 +00:00
parent 2210f285f1
commit 902bc24bce

View File

@ -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