Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpkern More lim_free() fallout



details:   https://anonhg.NetBSD.org/src/rev/7e2fde118fb1
branches:  trunk
changeset: 764693:7e2fde118fb1
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun May 01 02:52:42 2011 +0000

description:
More lim_free() fallout

diffstat:

 sys/rump/librump/rumpkern/lwproc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 99a20ab16d11 -r 7e2fde118fb1 sys/rump/librump/rumpkern/lwproc.c
--- a/sys/rump/librump/rumpkern/lwproc.c        Sun May 01 02:49:54 2011 +0000
+++ b/sys/rump/librump/rumpkern/lwproc.c        Sun May 01 02:52:42 2011 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: lwproc.c,v 1.17 2011/03/08 12:39:29 pooka Exp $       */
+/*      $NetBSD: lwproc.c,v 1.18 2011/05/01 02:52:42 pgoyette Exp $    */
 
 /*
  * Copyright (c) 2010, 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lwproc.c,v 1.17 2011/03/08 12:39:29 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lwproc.c,v 1.18 2011/05/01 02:52:42 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -66,7 +66,7 @@
        if (rump_proc_vfs_release)
                rump_proc_vfs_release(p);
 
-       limfree(p->p_limit);
+       lim_free(p->p_limit);
        pstatsfree(p->p_stats);
        kauth_cred_free(p->p_cred);
        proc_finispecific(p);



Home | Main Index | Thread Index | Old Index