patch-2.4.11-dontuse linux/include/linux/lockd/lockd.h
Next file: linux/include/linux/lockd/nlm.h
Previous file: linux/include/linux/list.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Oct 9 15:23:11 2001
- Orig file:
v2.4.10/linux/include/linux/lockd/lockd.h
- Orig date:
Sun Aug 12 13:28:01 2001
diff -u --recursive --new-file v2.4.10/linux/include/linux/lockd/lockd.h linux/include/linux/lockd/lockd.h
@@ -47,6 +47,7 @@
unsigned short h_authflavor; /* RPC authentication type */
unsigned short h_reclaiming : 1,
h_inuse : 1,
+ h_killed : 1,
h_monitored : 1;
wait_queue_head_t h_gracewait; /* wait while reclaiming */
u32 h_state; /* pseudo-state counter */
@@ -120,7 +121,7 @@
#ifdef CONFIG_LOCKD_V4
extern struct svc_procedure nlmsvc_procedures4[];
#endif
-extern unsigned long nlmsvc_grace_period;
+extern int nlmsvc_grace_period;
extern unsigned long nlmsvc_timeout;
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)