- Usually a good idea to fill out the device relation count instead of leaving it uninitailized to 2 billion.

- Fixes all the ramdisk problems -- need to implement RamdiskWorkerThread now.

svn path=/trunk/; revision=34592
This commit is contained in:
ReactOS Portable Systems Group 2008-07-19 20:57:31 +00:00
parent 46eda1013c
commit 5bcb1c6a0e

View file

@ -696,6 +696,11 @@ RamdiskQueryDeviceRelations(IN DEVICE_RELATION_TYPE Type,
Count * sizeof(PDEVICE_OBJECT));
}
//
// Save the count
//
OurDeviceRelations->Count = FinalCount;
//
// Now loop our drives again
//