Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2011 19:25:54 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 200539 for review
Message-ID:  <201110211925.p9LJPsMG062055@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@200539?ac=10

Change 200539 by jhb@jhb_jhbbsd on 2011/10/21 19:25:31

	Trim some debugging.

Affected files ...

.. //depot/projects/fadvise/sys/kern/vfs_default.c#4 edit

Differences ...

==== //depot/projects/fadvise/sys/kern/vfs_default.c#4 (text+ko) ====

@@ -1023,7 +1023,7 @@
 			end = round_page(ap->a_end);
 			VM_OBJECT_LOCK(vp->v_object);
 			vm_object_page_remove(vp->v_object, OFF_TO_IDX(start),
-			    OFF_TO_IDX(end), OBJPR_CLEANONLY | OBJPR_DEBUG);
+			    OFF_TO_IDX(end), OBJPR_CLEANONLY);
 			VM_OBJECT_UNLOCK(vp->v_object);
 		}
 		VOP_UNLOCK(vp, 0);



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