1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2026-03-16 05:10:37 -05:00

this correction is hopefully correct

This commit is contained in:
Bo Branten
2026-01-28 01:39:21 +01:00
parent 235762654c
commit c17289baa8

View File

@@ -90,10 +90,8 @@ Ext2ShutDown (IN PEXT2_IRP_CONTEXT IrpContext)
}
}
/*
IoUnregisterFileSystem(Ext2Global->DiskdevObject);
IoUnregisterFileSystem(Ext2Global->CdromdevObject);
*/
IoUnregisterFileSystem(Ext2Global->DiskdevObject);
IoUnregisterFileSystem(Ext2Global->CdromdevObject);
} __finally {