mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[RDBSS]
On cleanup, only take the quick path if the file was already orphaned CORE-11327 svn path=/trunk/; revision=75481
This commit is contained in:
@@ -1847,8 +1847,8 @@ RxCommonCleanup(
|
||||
|
||||
Fobx->AssociatedFileObject = NULL;
|
||||
|
||||
/* In case SRV_OPEN used is part of FCB */
|
||||
if (BooleanFlagOn(Fcb->FcbState, FCB_STATE_SRVOPEN_USED))
|
||||
/* In case it was already orphaned */
|
||||
if (BooleanFlagOn(Fcb->FcbState, FCB_STATE_ORPHANED))
|
||||
{
|
||||
ASSERT(Fcb->UncleanCount != 0);
|
||||
InterlockedDecrement((volatile long *)&Fcb->UncleanCount);
|
||||
|
||||
Reference in New Issue
Block a user