Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2006 11:23:14 -0600
From:      "Bryan Venteicher" <bryanv@daemoninthecloset.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   kern/92509: Incorrect Comment in vm_fault
Message-ID:  <1138555394.24005@agonize.daemoninthecloset.org>
Resent-Message-ID: <200601291730.k0THU9jG026812@freefall.freebsd.org>

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

>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@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:



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