mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:47:21 +00: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:
parent
d95752ca22
commit
33941ca644
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue