Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2002 22:55:14 -0400 (EDT)
From:      Carl Schmidt <carl@slackerbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/36863: References to vm_zone.h still exist.
Message-ID:  <200204080255.g382tEMA020844@oxygen.slackerbsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         36863
>Category:       kern
>Synopsis:       References to vm_zone.h still exist.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 20:00:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Carl Schmidt
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD oxygen.slackerbsd.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Apr 6 23:17:23 EST 2002 root@oxygen.slackerbsd.org:/usr/obj/usr/src/sys/OXYGEN i386

>Description:
sys/vm/vm_zone.h was removed recently but there are still a few references
hanging around the tree.

>How-To-Repeat:
Build a new kernel on my machine. :)

>Fix:

	

--- hpfs_vnops.c.diff begins here ---
--- hpfs_vnops.c.orig	Sun Apr  7 22:51:32 2002
+++ hpfs_vnops.c	Sun Apr  7 22:52:21 2002
@@ -46,7 +46,6 @@
 #include <vm/vm_page.h>
 #include <vm/vm_object.h>
 #include <vm/vm_pager.h>
-#include <vm/vm_zone.h>
 #include <vm/vnode_pager.h>
 #include <vm/vm_extern.h>
 
--- hpfs_vnops.c.diff ends here ---

--- smbfs_vnops.c.diff begins here ---
--- smbfs_vnops.c.orig	Sun Apr  7 22:49:17 2002
+++ smbfs_vnops.c	Sun Apr  7 22:49:24 2002
@@ -48,8 +48,6 @@
 
 #include <vm/vm.h>
 #include <vm/vm_extern.h>
-#include <vm/vm_zone.h>
-
 
 #include <netsmb/smb.h>
 #include <netsmb/smb_conn.h>
--- smbfs_vnops.c.diff ends here ---

--- union_subr.c.diff begins here ---
--- union_subr.c.orig	Sun Apr  7 22:42:51 2002
+++ union_subr.c	Sun Apr  7 22:43:02 2002
@@ -55,7 +55,6 @@
 
 #include <vm/vm.h>
 #include <vm/vm_extern.h>	/* for vnode_pager_setsize */
-#include <vm/vm_zone.h>
 #include <vm/vm_object.h>	/* for vm cache coherency */
 
 #include <fs/unionfs/union.h>
--- union_subr.c.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204080255.g382tEMA020844>