From 902bc24bce16bbf5bba6cf96ed17073efa62568a Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 31 Mar 2005 04:27:49 +0000 Subject: - LK_NOPAUSE is a nop now. Sponsored by: Isilon Systems, Inc. --- sys/fs/devfs/devfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/devfs') diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c index 3721295..b93f123 100644 --- a/sys/fs/devfs/devfs_vfsops.c +++ b/sys/fs/devfs/devfs_vfsops.c @@ -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 -- cgit v1.1