Module Name: src Committed By: yamaguchi Date: Mon May 25 09:36:18 UTC 2020
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Introduce the lock for vioif_softc to avoid a race condition
in vioif_update_link_status()
The function is called in both vioif_init() and softint.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/pci/if_vioif.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
