mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[BTRFS]
Disable the MountMgr thread; given the current storage stack state, it's useless and can even cause troubles CORE-13769 svn path=/trunk/; revision=75836
This commit is contained in:
parent
6876083dc6
commit
03dfbbb09d
1 changed files with 2 additions and 0 deletions
|
@ -5588,9 +5588,11 @@ NTSTATUS DriverEntry(_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_STRING Regi
|
|||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue