diff options
author | dillon <dillon@FreeBSD.org> | 1999-02-19 17:41:14 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1999-02-19 17:41:14 +0000 |
commit | 6843e9e8a73e73f80d800cd910d6331b94b1cc1c (patch) | |
tree | 0ee0a63634c46e6c94bb5c0778943d9fd8109f5d /sys | |
parent | 17b6679e7ec69114e86c338181f15ac8276580c2 (diff) | |
download | FreeBSD-src-6843e9e8a73e73f80d800cd910d6331b94b1cc1c.zip FreeBSD-src-6843e9e8a73e73f80d800cd910d6331b94b1cc1c.tar.gz |
Make worklist add function a static, remove from sys/vnode.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/vnode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 495425d..265537e 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vnode.h 8.7 (Berkeley) 2/4/94 - * $Id: vnode.h,v 1.83 1999/01/28 17:30:51 dillon Exp $ + * $Id: vnode.h,v 1.84 1999/02/03 04:12:36 semenu Exp $ */ #ifndef _SYS_VNODE_H_ @@ -522,7 +522,6 @@ int vn_rdwr __P((enum uio_rw rw, struct vnode *vp, caddr_t base, int len, off_t offset, enum uio_seg segflg, int ioflg, struct ucred *cred, int *aresid, struct proc *p)); int vn_stat __P((struct vnode *vp, struct stat *sb, struct proc *p)); -void vn_syncer_add_to_worklist __P((struct vnode *vp, int delay)); int vfs_cache_lookup __P((struct vop_lookup_args *ap)); int vfs_object_create __P((struct vnode *vp, struct proc *p, struct ucred *cred)); |