]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Invert the test of sx_xholder for SX_LOCKED. We need to warn if a
authorSeigo Tanimura <tanimura@FreeBSD.org>
Fri, 18 Jan 2002 09:21:15 +0000 (09:21 +0000)
committerSeigo Tanimura <tanimura@FreeBSD.org>
Fri, 18 Jan 2002 09:21:15 +0000 (09:21 +0000)
commit98bf25aae1cba495cecfaafb1821a7d696d4b9a1
tree1009e9564896385150b57b0adfc66339f5243b99
parent8df8626ebdb61a67db991daf7ec3de4bda550d3e
Invert the test of sx_xholder for SX_LOCKED. We need to warn if a
thread other than the curthread holds an sx.

While I am here, break a line at the end of warning.
sys/kern/kern_sx.c