Date: Wed, 22 Feb 2006 17:21:45 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_kthread.c Message-ID: <200602221721.k1MHLjip067949@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-02-22 17:21:45 UTC FreeBSD src repository Modified files: sys/kern kern_kthread.c Log: Don't do a PHOLD() in kthread_create() w/o a matching PRELE() in kthread_exit(). Rather than add the missing PRELE() I chose to just axe the PHOLD() since it was redundant with the P_SYSTEM flag. MFC after: 1 week Revision Changes Path 1.36 +0 -1 src/sys/kern/kern_kthread.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602221721.k1MHLjip067949>