]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Fix a couple of inverted panic messages for shared/exclusive mismatches
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 3 Jun 2013 17:41:11 +0000 (17:41 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 3 Jun 2013 17:41:11 +0000 (17:41 +0000)
commit24150d37d3bdc035a19da4d59c33043aa4ad006d
treebe1bd195336606e60192d4440ae2e532344031e2
parent03e1315345a5cb7267e65945b82e403093564e5a
- Fix a couple of inverted panic messages for shared/exclusive mismatches
  of a lock within a single thread.
- Fix handling of interlocks in WITNESS by properly requiring the interlock
  to be held exactly once if it is specified.
sys/kern/kern_lock.c
sys/kern/subr_witness.c