Module Name: src Committed By: thorpej Date: Sat Apr 18 15:56:26 UTC 2020
Modified Files: src/sys/net: if.c Log Message: In _if_down(), release the link state change lock before calling workqueue_wait(). Add a comment explaining how the locking here works. PR kern/55018. To generate a diff of this commit: cvs rdiff -u -r1.473 -r1.474 src/sys/net/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.