Module Name: src Committed By: riastradh Date: Sun Aug 2 01:17:57 UTC 2020
Modified Files: src/sys/dev: ld.c ldvar.h src/sys/dev/sdmmc: ld_sdmmc.c Log Message: Remove unnecessary wait in ldbegindetach. Like disk_begindetach, ldbegindetach only commits to detaching but doesn't wait for existing xfers to drain; it is up to the driver to abort them, once we are committed, and then ldenddetach to wait for them to drain. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/dev/ld.c cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ldvar.h cvs rdiff -u -r1.40 -r1.41 src/sys/dev/sdmmc/ld_sdmmc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.