Module Name: src Committed By: riastradh Date: Mon May 22 14:59:08 UTC 2023
Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Skip larval wedges in various lookup routines. These have not yet finished a concurent dkwedge_attach, so there's nothing we can safely do with them. Just pretend they don't exist -- as if we had arrived at the lookup a moment earlier. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 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.