patch-2.1.48 linux/fs/autofs/autofs_i.h
Next file: linux/fs/autofs/dir.c
Previous file: linux/drivers/scsi/ppa.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Aug 4 14:02:04 1997
- Orig file:
v2.1.47/linux/fs/autofs/autofs_i.h
- Orig date:
Mon Jul 7 16:03:41 1997
diff -u --recursive --new-file v2.1.47/linux/fs/autofs/autofs_i.h linux/fs/autofs/autofs_i.h
@@ -58,12 +58,14 @@
#endif
#ifdef DEBUG
-#define DPRINTK(D) printk D;
+#define DPRINTK(D) (printk D)
#else
-#define DPRINTK(D)
+#define DPRINTK(D) ((void)0)
#endif
#define AUTOFS_SUPER_MAGIC 0x0187
+
+#define AUTOFS_NEGATIVE_TIMEOUT (60*HZ) /* Time before asking the daemon again */
/* Structures associated with the root directory hash */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov