Date: Thu, 13 Sep 2001 15:33:37 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c kern_subr.c Message-ID: <200109132233.f8DMXbC97744@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/09/13 15:33:37 PDT
Modified files:
sys/kern kern_lock.c kern_subr.c
Log:
Fix locking on td_flags for TDF_DEADLKTREAT. If the comments in the code
are true that curthread can change during this function, then this flag
needs to become a KSE flag, not a thread flag.
Revision Changes Path
1.49 +5 -9 src/sys/kern/kern_lock.c
1.47 +7 -2 src/sys/kern/kern_subr.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109132233.f8DMXbC97744>
