You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unloading of drivers for some platforms/medias
* Depending on the platform/media, the file system handle may have additional "phantom" disk
instances with no drivers attached.
* As a result our assertion that OpenInfoCount will always be 1 is wrong and we must ensure
that we process all the open disk protocols until we find one with a driver we can unload.
0 commit comments