diff --git a/Ext4Fsd/shutdown.c b/Ext4Fsd/shutdown.c index f331b5d..2250ef0 100644 --- a/Ext4Fsd/shutdown.c +++ b/Ext4Fsd/shutdown.c @@ -90,10 +90,8 @@ Ext2ShutDown (IN PEXT2_IRP_CONTEXT IrpContext) } } - /* - IoUnregisterFileSystem(Ext2Global->DiskdevObject); - IoUnregisterFileSystem(Ext2Global->CdromdevObject); - */ + IoUnregisterFileSystem(Ext2Global->DiskdevObject); + IoUnregisterFileSystem(Ext2Global->CdromdevObject); } __finally {