Module Name: src Committed By: riastradh Date: Mon May 22 14:58:51 UTC 2023
Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Use device_lookup_private for dkwedge_lookup. No longer necessary to go through the dkwedges array. Currently device_lookup_private still involves touching other global locks, but that will change eventually to a lockless pserialized fast path. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 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.