summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/cnode.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-01-19 14:32:44 +0000
committerrwatson <rwatson@FreeBSD.org>2008-01-19 14:32:44 +0000
commit735d73fd1d8db41f85bb6533c1f32cc5e954e2dd (patch)
tree3274d4cc51cc259406780499dd8f608f062958c7 /sys/fs/coda/cnode.h
parentaf893b7bf8101d630e9acbe337d1e4fb8a04e6f9 (diff)
downloadFreeBSD-src-735d73fd1d8db41f85bb6533c1f32cc5e954e2dd.zip
FreeBSD-src-735d73fd1d8db41f85bb6533c1f32cc5e954e2dd.tar.gz
Don't declare functions as extern.
Move all extern variable definitions to associated .h files, move some extern variable definitions between include files to place them more appropriately. MFC after: 3 days
Diffstat (limited to 'sys/fs/coda/cnode.h')
-rw-r--r--sys/fs/coda/cnode.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h
index c747170..297d538 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;
OpenPOWER on IntegriCloud