diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2008-06-03 08:10:58 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2008-06-03 08:10:58 +0000 |
| commit | a91d1708328fa7e5971386eca3c7ec198d99f897 (patch) | |
| tree | bacd21ba9fbf3cc296d3f9c435e0c356f928cdd7 /sys/nlm | |
| parent | b56700df6500698f8e15c889965f86e4437de346 (diff) | |
Notes
Diffstat (limited to 'sys/nlm')
| -rw-r--r-- | sys/nlm/nlm_prot_impl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nlm/nlm_prot_impl.c b/sys/nlm/nlm_prot_impl.c index eeea4c74ffe8..4baa48f77668 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); |
