kern/92509: Incorrect Comment in vm_fault

Bryan Venteicher bryanv at daemoninthecloset.org
Sun Jan 29 09:30:11 PST 2006


>Number:         92509
>Category:       kern
>Synopsis:       Incorrect Comment in vm_fault
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 17:30:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Venteicher
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #3: Mon Jan 23 14:13:29 CST 2006
    root at agonize.daemoninthecloset.org:/usr/obj/usr/src/sys/AGONIZE



>Description:


In v1.82 of vm_fault.c, the functionality of RELEASE_PAGE/release_page was changed.  A comment was not updated accordingly. 


>How-To-Repeat:





>Fix:


--- vm_fault.c.orig	Sun Jan 29 11:03:48 2006
+++ vm_fault.c	Sun Jan 29 11:04:10 2006
@@ -811,7 +811,7 @@
 			    &fs.entry, &retry_object, &retry_pindex, &retry_prot, &wired);
 
 			/*
-			 * If we don't need the page any longer, put it on the active
+			 * If we don't need the page any longer, put it on the inactive
 			 * list (the easiest thing to do here).  If no one needs it,
 			 * pageout will grab it eventually.
 			 */



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


More information about the freebsd-bugs mailing list