Module Name: src Committed By: riastradh Date: Mon May 22 14:59:17 UTC 2023
Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Don't hold lock around uiomove in dkwedge_list. Instead, hold a device reference. dkwedge_detach will not run until the device reference is released. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 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.