mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 21:54:22 +08:00
Apply same fix to trunk, but without commented out code.
This fixes ReactOS freezes when installing VMware driver using vmwinst and browsing a NTFS volume... svn path=/trunk/; revision=34278
This commit is contained in:
@@ -99,8 +99,6 @@ NtfsCreateFCB(PCWSTR FileName, PNTFS_VCB Vcb)
|
||||
ExInitializeResourceLite(&Fcb->MainResource);
|
||||
|
||||
Fcb->RFCB.Resource = &(Fcb->MainResource);
|
||||
|
||||
InsertTailList(&(Vcb->FcbListHead), &(Fcb->FcbListEntry));
|
||||
|
||||
return(Fcb);
|
||||
}
|
||||
@@ -114,8 +112,6 @@ NtfsDestroyFCB(PNTFS_FCB Fcb)
|
||||
|
||||
ExDeleteResourceLite(&Fcb->MainResource);
|
||||
|
||||
RemoveEntryList(&(Fcb->FcbListEntry));
|
||||
|
||||
ExFreePool(Fcb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user