patch-2.4.17 linux/include/linux/coda_linux.h
Next file: linux/include/linux/devfs_fs.h
Previous file: linux/include/linux/cache.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/include/linux/coda_linux.h
- Orig date:
Wed Apr 25 23:18:54 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/include/linux/coda_linux.h linux/include/linux/coda_linux.h
@@ -92,12 +92,6 @@
printk(format, ## a); } \
} while (0)
-#define ENTRY \
- if(coda_print_entry) printk("Process %d entered %s\n",current->pid,__FUNCTION__)
-
-#define EXIT \
- if(coda_print_entry) printk("Process %d leaving %s\n",current->pid,__FUNCTION__)
-
#define CODA_ALLOC(ptr, cast, size) \
do { \
if (size < PAGE_SIZE) { \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)