diff options
author | jhb <jhb@FreeBSD.org> | 2000-11-16 01:07:19 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-11-16 01:07:19 +0000 |
commit | 8b193931b51791d7266c8d80191705ce96bbfb3e (patch) | |
tree | 301358a6131bef5f0b81d9475754b214eb88df93 /sys/netgraph | |
parent | 0ee48b4aca419a4b02c82a50299bcd6e23a3a25b (diff) | |
download | FreeBSD-src-8b193931b51791d7266c8d80191705ce96bbfb3e.zip FreeBSD-src-8b193931b51791d7266c8d80191705ce96bbfb3e.tar.gz |
CURSIG() calls functions that acquire sleep mutexes, so it is not a good
idea to be holding the sched_lock while we are calling it. As such,
release sched_lock before calling CURSIG() in msleep() and mawait() and
reacquire it after CURSIG() returns.
Submitted by: witness
Diffstat (limited to 'sys/netgraph')
0 files changed, 0 insertions, 0 deletions