Remove obsolete vnode operation vector declarations.
authorvisa <visa@openbsd.org>
Mon, 1 Feb 2021 15:55:07 +0000 (15:55 +0000)
committervisa <visa@openbsd.org>
Mon, 1 Feb 2021 15:55:07 +0000 (15:55 +0000)
OK bluhm@, claudio@, mpi@, semarie@

sys/sys/systm.h

index 6b2d140..6a1f63e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: systm.h,v 1.150 2020/12/27 11:38:35 visa Exp $        */
+/*     $OpenBSD: systm.h,v 1.151 2021/02/01 15:55:07 visa Exp $        */
 /*     $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $        */
 
 /*-
@@ -152,11 +152,6 @@ int        enoioctl(void);
 int    enxio(void);
 int    eopnotsupp(void *);
 
-struct vnodeopv_desc;
-void vfs_opv_init_explicit(struct vnodeopv_desc *);
-void vfs_opv_init_default(struct vnodeopv_desc *);
-void vfs_op_init(void);
-
 int    seltrue(dev_t dev, int which, struct proc *);
 int    selfalse(dev_t dev, int which, struct proc *);
 void   *hashinit(int, int, int, u_long *);