1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

Make worklist add function a static, remove from sys/vnode.h

This commit is contained in:
Matthew Dillon 1999-02-19 17:41:14 +00:00
parent 42e26d47bd
commit cd0fb97e25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44151

View File

@ -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));