[CDFS_NEW] Sync with HEAD.

CORE-14315
This commit is contained in:
Pierre Schweitzer 2018-02-25 10:13:15 +01:00
parent 6158207c31
commit 1986049a38
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 2 additions and 7 deletions

View file

@ -164,20 +164,15 @@ Return Value:
{
PAGED_CODE();
#ifdef __REACTOS__
if (!ExAcquireResourceSharedLite( Fcb->Resource, Wait )) {
return FALSE;
}
#endif
NT_ASSERT(IoGetTopLevelIrp() == NULL);
IoSetTopLevelIrp((PIRP)FSRTL_CACHE_TOP_LEVEL_IRP);
#ifndef __REACTOS__
return ExAcquireResourceSharedLite( Fcb->Resource, Wait );
#else
return TRUE;
#endif
}

View file

@ -19,4 +19,4 @@ reactos/drivers/filesystems/reiserfs # Synced to 0.26
The following FSD are shared with: https://github.com/Microsoft/Windows-driver-samples
reactos/drivers/filesystems/fastfat_new # Synced to 2817004
reactos/drivers/filesystems/cdfs_new # Synced to 2817004
reactos/drivers/filesystems/cdfs_new # Synced to f73e552