mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
a65b6ae946
During investigation into some of the USB stack issues we've been running into I've found that when a USB storage device is already plugged in during boot and removed before it finishes initialization we run into this assert. The logic in this function removes the pools made for the following entries in DeviceExtension indiscriminately this makes debugging a bit more difficult. Instead of depending on this behavior of ALWAYS being filled with valid data, let's free the following pools ONLY if they're initialized. This change prevents us from bugchecking when USB flash drives are removed early during boot. This makes the debugging experience a little more sane. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
descriptor.c | ||
disk.c | ||
error.c | ||
fdo.c | ||
guid.c | ||
misc.c | ||
pdo.c | ||
queue.c | ||
scsi.c | ||
usbstor.c | ||
usbstor.h | ||
usbstor.inf | ||
usbstor.rc |