summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_vfsops.c
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/coda_vfsops.c
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/coda_vfsops.c')
-rw-r--r--sys/fs/coda/coda_vfsops.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c
index c0a7868..7e827ab 100644
--- a/sys/fs/coda/coda_vfsops.c
+++ b/sys/fs/coda/coda_vfsops.c
@@ -77,9 +77,6 @@ struct coda_op_stats coda_vfsopstats[CODA_VFSOPS_SIZE];
#define MARK_INT_FAIL(op) (coda_vfsopstats[op].unsat_intrn++)
#define MARK_INT_GEN(op) (coda_vfsopstats[op].gen_intrn++)
-extern int coda_nc_initialized; /* Set if cache has been initialized */
-extern int vc_nb_open(struct cdev *, int, int, struct thread *);
-
int
coda_vfsopstats_init(void)
{
OpenPOWER on IntegriCloud