Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 10:53:33 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21553 for review
Message-ID:  <200211261853.gAQIrXAE096261@repoman.freebsd.org>

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

Change 21553 by jhb@jhb_laptop on 2002/11/26 10:53:00

	Use a saner name for this lock.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_sysctl.c#27 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_sysctl.c#27 (text+ko) ====

@@ -68,7 +68,7 @@
 
 #define	SYSCTL_LOCK()		sx_xlock(&sysctllock)
 #define	SYSCTL_UNLOCK()		sx_xunlock(&sysctllock)
-#define	SYSCTL_INIT()		sx_init(&sysctllock, "sysctl sysctllock")
+#define	SYSCTL_INIT()		sx_init(&sysctllock, "sysctl lock")
 
 static int sysctl_root(SYSCTL_HANDLER_ARGS);
 

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?200211261853.gAQIrXAE096261>