Module Name: src Committed By: riastradh Date: Mon Aug 22 00:31:57 UTC 2022
Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Revert "dk(4): Narrow scope of dk_rawlock on close to dklastclose." dkfirstopen relies on reading from dk_openmask of _other_ wedges, writes to dk_openmask must be serialized by dk_rawlock in addition to dk_openlock. (However, reads from dk_openlock only require one or the other). To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 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.