diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2002-01-08 19:33:51 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2002-01-08 19:33:51 +0000 |
| commit | eeff042fb3b50d4f87c126f236db723d5fb95c75 (patch) | |
| tree | d1cb39babc782f85ecce852da36e42ddd0b63bc0 | |
| parent | b9a4338d2981c4ebd6f80e38e1985622d212339a (diff) | |
Notes
| -rw-r--r-- | sys/coda/coda_vnops.c | 1 | ||||
| -rw-r--r-- | sys/coda/coda_vnops.h | 2 | ||||
| -rw-r--r-- | sys/fs/coda/coda_vnops.c | 1 | ||||
| -rw-r--r-- | sys/fs/coda/coda_vnops.h | 2 |
4 files changed, 2 insertions, 4 deletions
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index a9da56b221ba..3c3eee9a95a0 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 663d3572abee..99392d64dac8 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); diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c index a9da56b221ba..3c3eee9a95a0 100644 --- a/sys/fs/coda/coda_vnops.c +++ b/sys/fs/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/fs/coda/coda_vnops.h b/sys/fs/coda/coda_vnops.h index 663d3572abee..99392d64dac8 100644 --- a/sys/fs/coda/coda_vnops.h +++ b/sys/fs/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); |
