patch-2.3.9 linux/fs/lockd/host.c
Next file: linux/fs/locks.c
Previous file: linux/fs/isofs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Wed Jun 30 10:22:00 1999
- Orig file:
v2.3.8/linux/fs/lockd/host.c
- Orig date:
Tue May 11 14:37:40 1999
diff -u --recursive --new-file v2.3.8/linux/fs/lockd/host.c linux/fs/lockd/host.c
@@ -140,6 +140,7 @@
host->h_nextrebind = jiffies + NLM_HOST_REBIND;
host->h_expires = jiffies + NLM_HOST_EXPIRE;
host->h_count = 1;
+ init_waitqueue_head(&host->h_gracewait);
host->h_state = 0; /* pseudo NSM state */
host->h_nsmstate = 0; /* real NSM state */
host->h_exportent = clnt;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)