summaryrefslogtreecommitdiffstats
path: root/sys/nlm
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2008-06-03 08:10:58 +0000
committerdfr <dfr@FreeBSD.org>2008-06-03 08:10:58 +0000
commit79e7f22e28190460ca64b2ca9611c012ea0cd8db (patch)
treebacd21ba9fbf3cc296d3f9c435e0c356f928cdd7 /sys/nlm
parent0c8fb59ce849c8159b7b8f836fccfb5e3c59366a (diff)
downloadFreeBSD-src-79e7f22e28190460ca64b2ca9611c012ea0cd8db.zip
FreeBSD-src-79e7f22e28190460ca64b2ca9611c012ea0cd8db.tar.gz
Back out the nlm_global_lock part of the last change - I forgot that only
exists in my perforce branch :( Pointy hat: dfr
Diffstat (limited to 'sys/nlm')
-rw-r--r--sys/nlm/nlm_prot_impl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nlm/nlm_prot_impl.c b/sys/nlm/nlm_prot_impl.c
index eeea4c7..4baa48f 100644
--- a/sys/nlm/nlm_prot_impl.c
+++ b/sys/nlm/nlm_prot_impl.c
@@ -694,7 +694,6 @@ nlm_check_idle(void)
if (lf_countlocks(host->nh_sysid) > 0) {
host->nh_idle_timeout =
time_uptime + NLM_IDLE_TIMEOUT;
- mtx_lock(&nlm_global_lock);
continue;
}
nlm_host_unmonitor(host);
OpenPOWER on IntegriCloud