From e07f8448e8302bc12a15f5339806aeda44830d6c Mon Sep 17 00:00:00 2001 From: "Thordur I. Bjornsson" Date: Thu, 19 Apr 2007 14:46:45 +0000 Subject: Replace the nfskevq_lock lockmgr lock with rwlock. Replace nfs_kqinit() wich just calls lockinit with RWLOCK_INITALIZER. Assorted cleanup. ok tedu@ "reads good" art@ --- sys/nfs/nfs_subs.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/nfs/nfs_subs.c') diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 7585b97a8da..ae497c69a62 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_subs.c,v 1.60 2007/04/13 10:01:35 thib Exp $ */ +/* $OpenBSD: nfs_subs.c,v 1.61 2007/04/19 14:46:44 thib Exp $ */ /* $NetBSD: nfs_subs.c,v 1.27.4.3 1996/07/08 20:34:24 jtc Exp $ */ /* @@ -1070,10 +1070,6 @@ nfs_init() timeout_set(&nfs_timer_to, nfs_timer, &nfs_timer_to); nfs_timer(&nfs_timer_to); - -#ifdef NFSCLIENT - nfs_kqinit(); -#endif } #ifdef NFSCLIENT -- cgit v1.2.3