From 2ea851671c5876467c5f8aab7fa634a8088d4504 Mon Sep 17 00:00:00 2001 From: msmith Date: Tue, 8 Jan 2002 19:33:51 +0000 Subject: Staticise the coda vfsop pointer. --- sys/coda/coda_vnops.c | 1 + sys/coda/coda_vnops.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/coda') diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index a9da56b..3c3eee9 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -95,6 +95,7 @@ int coda_vnop_print_entry = 0; static int coda_lockdebug = 0; /* Definition of the vfs operation vector */ +static int (**coda_vnodeop_p)(void *); /* * Some NetBSD details: diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h index 663d357..99392d6 100644 --- a/sys/coda/coda_vnops.h +++ b/sys/coda/coda_vnops.h @@ -79,8 +79,6 @@ int coda_vop_error __P((void *)); int coda_vop_nop __P((void *)); int coda_fbsd_getpages __P((void *)); -int (**coda_vnodeop_p)(void *); - int coda_rdwr(struct vnode *vp, struct uio *uiop, enum uio_rw rw, int ioflag, struct ucred *cred, struct thread *td); int coda_grab_vnode(dev_t dev, ino_t ino, struct vnode **vpp); -- cgit v1.1