Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 10:19:13 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26696 for review
Message-ID:  <200303111819.h2BIJDpl063533@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26696

Change 26696 by jhb@jhb_laptop on 2003/03/11 10:18:51

	Set the initial runcount of "slow" lists to be zero.  Doh.

Affected files ...

.. //depot/projects/smpng/sys/kern/subr_eventhandler.c#18 edit

Differences ...

==== //depot/projects/smpng/sys/kern/subr_eventhandler.c#18 (text+ko) ====

@@ -101,6 +101,7 @@
 		CTR2(KTR_EVH, "%s: creating list \"%s\"", __func__, name);
 		list = new_list;
 		list->el_flags = 0;
+		list->el_runcount = 0;
 		bzero(&list->el_lock, sizeof(list->el_lock));
 		list->el_name = (char *)list + sizeof(struct eventhandler_list);
 		strcpy(list->el_name, name);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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