Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern kern/vfs_init.c: extern vfs_op_descs got rehomed in...



details:   https://anonhg.NetBSD.org/src/rev/8c1a5dcd5180
branches:  trunk
changeset: 372364:8c1a5dcd5180
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Nov 18 00:10:03 2022 +0000

description:
kern/vfs_init.c: extern vfs_op_descs got rehomed in sys/vnode.h.

diffstat:

 sys/kern/vfs_init.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 1af456b49ac4 -r 8c1a5dcd5180 sys/kern/vfs_init.c
--- a/sys/kern/vfs_init.c       Thu Nov 17 23:57:20 2022 +0000
+++ b/sys/kern/vfs_init.c       Fri Nov 18 00:10:03 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_init.c,v 1.58 2022/10/26 23:40:20 riastradh Exp $  */
+/*     $NetBSD: vfs_init.c,v 1.59 2022/11/18 00:10:03 riastradh Exp $  */
 
 /*-
  * Copyright (c) 1998, 2000, 2008 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_init.c,v 1.58 2022/10/26 23:40:20 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_init.c,v 1.59 2022/11/18 00:10:03 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
@@ -101,11 +101,6 @@
 pool_cache_t pnbuf_cache;
 
 /*
- * The global list of vnode operations.
- */
-extern const struct vnodeop_desc * const vfs_op_descs[];
-
-/*
  * These vnodeopv_descs are listed here because they are not
  * associated with any particular file system, and thus cannot
  * be initialized by vfs_attach().



Home | Main Index | Thread Index | Old Index