PERFORCE change 182019 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Aug 7 12:13:43 UTC 2010


http://p4web.freebsd.org/@@182019?ac=10

Change 182019 by trasz at trasz_victim on 2010/08/07 12:13:23

	Remove no longer needed workarounds.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/sys/kern/kern_container.c#24 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/sys/kern/kern_container.c#24 (text+ko) ====

@@ -561,11 +561,9 @@
 container_proc_exit(struct proc *p)
 {
 	/*
-	 * XXX: Free these three some other way.
+	 * XXX: Free this some other way.
 	 */
 	rusage_set(p, RUSAGE_FSIZE, 0);
-	rusage_set(p, RUSAGE_CORE, 0);
-	rusage_set(p, RUSAGE_NPTS, 0);
 
 #ifdef HRL
 	hrl_proc_exit(p);


More information about the p4-projects mailing list