mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[BTRFS] Reenable the MountMgr thread
Now that IOCTL_MOUNTMGR_QUERY_POINTS and IOCTL_MOUNTMGR_CHANGE_NOTIFY have been fixed, the thread no longer eats 100% CPU nor prevent ReactOS shutdown
This commit is contained in:
@@ -6013,11 +6013,9 @@ NTSTATUS __stdcall DriverEntry(_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_S
|
||||
|
||||
KeInitializeEvent(&mountmgr_thread_event, NotificationEvent, false);
|
||||
|
||||
#ifndef __REACTOS__
|
||||
Status = PsCreateSystemThread(&mountmgr_thread_handle, 0, NULL, NULL, NULL, mountmgr_thread, NULL);
|
||||
if (!NT_SUCCESS(Status))
|
||||
WARN("PsCreateSystemThread returned %08x\n", Status);
|
||||
#endif
|
||||
|
||||
IoRegisterFileSystem(DeviceObject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user