patch-2.4.0-test9 linux/fs/lockd/host.c
Next file: linux/fs/lockd/svc.c
Previous file: linux/fs/lockd/clntproc.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sun Oct 1 20:35:16 2000
- Orig file:
v2.4.0-test8/linux/fs/lockd/host.c
- Orig date:
Wed Jun 21 12:43:38 2000
diff -u --recursive --new-file v2.4.0-test8/linux/fs/lockd/host.c linux/fs/lockd/host.c
@@ -29,8 +29,8 @@
#define NLM_HOST_ADDR(sv) (&(sv)->s_nlmclnt->cl_xprt->addr)
static struct nlm_host * nlm_hosts[NLM_HOST_NRHASH];
-static unsigned long next_gc = 0;
-static int nrhosts = 0;
+static unsigned long next_gc;
+static int nrhosts;
static DECLARE_MUTEX(nlm_host_sema);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)