diff options
Diffstat (limited to 'sys/fs/coda/cnode.h')
| -rw-r--r-- | sys/fs/coda/cnode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h index c747170ced95..297d53895308 100644 --- a/sys/fs/coda/cnode.h +++ b/sys/fs/coda/cnode.h @@ -74,15 +74,9 @@ do { \ #define CODA_FREE(ptr, size) free((ptr), M_CODA) /* - * global cache state control - */ -extern int coda_nc_use; - -/* * Used to select debugging statements throughout the cfs code. */ extern int codadebug; -extern int coda_nc_debug; extern int coda_printf_delay; extern int coda_vnop_print_entry; extern int coda_psdev_print_entry; |
