From 280c41eef48f1e8fb7b64e8556dc8097cd8ef974 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 18 Nov 2015 10:10:01 -0800 Subject: [PATCH] sys: remove IoUnregisterFileSystem from DriverUnload --- src/sys/driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sys/driver.c b/src/sys/driver.c index 3c650131..7a76d495 100644 --- a/src/sys/driver.c +++ b/src/sys/driver.c @@ -110,7 +110,6 @@ FspUnload( if (0 != FspDeviceObject) { - IoUnregisterFileSystem(FspDeviceObject); IoDeleteDevice(FspDeviceObject); FspDeviceObject = 0; }