From c17289baa85dd75c7eff23807afc0bbcd51b8215 Mon Sep 17 00:00:00 2001 From: Bo Branten Date: Wed, 28 Jan 2026 01:39:21 +0100 Subject: [PATCH] this correction is hopefully correct --- Ext4Fsd/shutdown.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 {