Module Name: src Committed By: riastradh Date: Mon Aug 22 00:19:22 UTC 2022
Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Move lock release out of dklastclose into caller. No longer necessary to have this unbalanced logic now that dk_close_parent correctly happens under the lock in order to serialize with dk_open_parent. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 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.