mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[EXT2]
Revert r70746, more appropriate fix was committed in r70746 svn path=/trunk/; revision=70747
This commit is contained in:
@@ -1496,13 +1496,6 @@ Ext2MountVolume (IN PEXT2_IRP_CONTEXT IrpContext)
|
||||
_SEH2_LEAVE;
|
||||
}
|
||||
|
||||
#ifdef __REACTOS__
|
||||
if (DiskGeometry.MediaType == Unknown)
|
||||
{
|
||||
DiskGeometry.BytesPerSector = 512;
|
||||
}
|
||||
#endif
|
||||
|
||||
Status = IoCreateDevice(
|
||||
MainDeviceObject->DriverObject,
|
||||
sizeof(EXT2_VCB),
|
||||
|
||||
Reference in New Issue
Block a user