Module Name: src Committed By: riastradh Date: Sat Apr 22 12:33:46 UTC 2023
Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Fix racy access to sc->sc_dk.dk_openmask in dkwedge_delall1. Need sc->sc_parent->dk_rawlock for this, as used in dkopen/dkclose. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sys/dev/dkwedge/dk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.