summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-12-23 01:19:27 +0000
committerrwatson <rwatson@FreeBSD.org>2004-12-23 01:19:27 +0000
commite1ce7eb9cea795b8384be1e1a2c734ccf13c26a1 (patch)
treeffa1fc08e8d432d45f515711fe8730b785094f68 /sys/kern
parentf1732152a77581f239cb2068299c68f6cb782116 (diff)
downloadFreeBSD-src-e1ce7eb9cea795b8384be1e1a2c734ccf13c26a1.zip
FreeBSD-src-e1ce7eb9cea795b8384be1e1a2c734ccf13c26a1.tar.gz
Remove temporary debugging printf that was used to detect the presence
of a race that had previously caused a panic in order to determine if the fix was for the right problem. It was. MFC after: 2 weeks
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/uipc_usrreq.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 31b622d..9976055 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -907,10 +907,6 @@ unp_connect(so, nam, td)
UNP_LOCK();
unp = sotounpcb(so);
if (unp == NULL) {
- /*
- * XXXRW: Temporary debugging printf.
- */
- printf("unp_connect(): lost race to another thread\n");
error = EINVAL;
goto bad2;
}
OpenPOWER on IntegriCloud